fixes english errors
parent
6fde82167f
commit
ce2e72b3db
|
@ -188,12 +188,12 @@ usage(){
|
|||
echo "show output format: start end title"
|
||||
echo
|
||||
echo "envvar: SIMULATION, if non empty, do not invoke ffmpeg"
|
||||
echo "envvar: NONUMBER, if equals 1, do not write song number"
|
||||
echo "envvar: NONUMBER, if equals to 1, do not write song number"
|
||||
echo "envvar: FORMAT [mp3,ogg,opus,…], see the ffmpeg documentation"
|
||||
echo "envvar: SEPARATOR [separator] (default: ' - '), write song number, with this separator"
|
||||
echo " example with SEPARATOR='_': song names will be 01_song.opus 02_song.opus…"
|
||||
echo "envvar: VERBOSITY [0-3] (default: 1)"
|
||||
echo " verbosity 0: no output exept errors from ffmpeg"
|
||||
echo " verbosity 0: no output except errors from ffmpeg"
|
||||
echo " verbosity 1: simple indications on the current track being extracted"
|
||||
echo " verbosity 2: print actual ffmpeg commands the script currently runs"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue