remove quotes on readme usage

This commit is contained in:
yosh 2022-12-24 17:30:58 -06:00
parent 257dc133eb
commit 6bb63d9d74
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ it also has options for you to change the bitrate, use a variable quality for mp
## usage
```
"usage: flacconv [-huvVip3] [-b BITRATE] [-l LEVEL] [-k KEYS] [-r KEYS] [-j THREADS] [--] [DIRECTORY...]
usage: flacconv [-huvVip3] [-b BITRATE] [-l LEVEL] [-k KEYS] [-r KEYS] [-j THREADS] [--] [DIRECTORY...]
DIRECTORY can be specified multiple times. if omitted, the current directory is used
IF ENCODING TO MP3, -k AND -r WILL NOT WORK. the only metadata that will be kept is the following:
TITLE, ARTIST, ALBUM, ALBUMARTIST, DATE, GENRE, TRACKNUMBER, COMMENT, and the cover picture
@ -41,7 +41,7 @@ IF ENCODING TO MP3, -k AND -r WILL NOT WORK. the only metadata that will be kept
if set to 'ALL', all keys are removed
-p remove embedded picture in output files
-j <THREADS> use the specified amount of threads for parallel processing
if omitted, CPU core count will be used"
if omitted, CPU core count will be used
```
## examples