VERBOSITY => verbosity (in documentation)
parent
56da871a4f
commit
84422ac6ca
|
@ -187,9 +187,9 @@ usage(){
|
|||
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 1: simple indications on the current track being extracted"
|
||||
echo " VERBOSITY 2: print actual ffmpeg commands the script currently runs"
|
||||
echo " verbosity 0: no output exept 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"
|
||||
}
|
||||
|
||||
if [ $# -lt 1 ]; then
|
||||
|
|
Loading…
Reference in New Issue