VERBOSITY => verbosity (in documentation)

master
Karchnu 2021-04-06 05:30:01 +02:00
parent 56da871a4f
commit 84422ac6ca
1 changed files with 3 additions and 3 deletions

View File

@ -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