Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-29 00:23:20 +00:00
parent 42ee16d1f0
commit 0b27d7dda4
118 changed files with 277 additions and 228 deletions

View File

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