mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-02 06:35:30 +02:00
id3v2: use hyphen minus (U+002D) instead of hyphen (U+2010) (#12302)
This commit is contained in:
parent
0781cf1656
commit
8b2356a440
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
- List all genres:
|
||||
|
||||
`id3v2 ‐‐list‐genres`
|
||||
`id3v2 --list-genres`
|
||||
|
||||
- List all tags of specific files:
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
|||
|
||||
- Delete all `id3v2` or `id3v1` tags of specific files:
|
||||
|
||||
`id3v2 {{--delete‐v2|--delete‐v1}} {{path/to/file1 path/to/file2 ...}}`
|
||||
`id3v2 {{--delete-v2|--delete-v1}} {{path/to/file1 path/to/file2 ...}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
|
@ -21,4 +21,4 @@
|
|||
|
||||
- Display version:
|
||||
|
||||
`id3v2 ‐‐version`
|
||||
`id3v2 --version`
|
||||
|
|
Loading…
Add table
Reference in a new issue