fuckin typos

This commit is contained in:
yoshiyoshyosh 2022-09-22 17:48:06 -04:00 committed by GitHub
parent 3836d3f6d0
commit 7b3d0a2438
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -51,10 +51,10 @@ recursively convert the current directory to mp3 320k
recursively convert current directory to opus 160k, while removing any COMMENT or DESCRIPTION tags
`flacconv -b 160 -r 'COMMENT|DESCRIPTION`
`flacconv -b 160 -r "COMMENT|DESCRIPTION"`
recursively convert current directory to mp3 v0, removing all pictures, and keeping only TITLE, ARTIST, ALBUM, TRACKNUMBER
`flacconv -v 0 -p -k "TITLE|ARTIST|ALBUM|TRACKNUMBER"`
`flacconv -3 -v 0 -p -k "TITLE|ARTIST|ALBUM|TRACKNUMBER"`
[^1]: tested on dash