mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 00:53:13 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,11 +10,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- List all genres:
|
||||
|
||||
`id3v2 --list-genres`
|
||||
`id3v2 {{-L|--list-genres}}`
|
||||
|
||||
- List all tags of specific files:
|
||||
|
||||
`id3v2 --list {{path/to/file1 path/to/file2 ...}}`
|
||||
`id3v2 {{[-l|--list]}} {{path/to/file1 path/to/file2 ...}}`
|
||||
|
||||
- Delete all `id3v2` or `id3v1` tags of specific files:
|
||||
|
||||
@@ -22,8 +22,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display help:
|
||||
|
||||
`id3v2 --help`
|
||||
`id3v2 {{[-h|--help]}}`
|
||||
|
||||
- Display version:
|
||||
|
||||
`id3v2 --version`
|
||||
`id3v2 {{[-v|--version]}}`
|
||||
|
||||
Reference in New Issue
Block a user