1
0
Fork 0
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:
Vitor Henrique 2024-02-19 12:00:05 -03:00 committed by GitHub
parent 0781cf1656
commit 8b2356a440
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`