VERBOSITY => verbosity (in documentation)
This commit is contained in:
parent
56da871a4f
commit
84422ac6ca
1 changed files with 3 additions and 3 deletions
|
|
@ -187,9 +187,9 @@ usage(){
|
||||||
echo "envvar: SEPARATOR [separator] (default: ' - '), write song number, with this separator"
|
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 " example with SEPARATOR='_': song names will be 01_song.opus 02_song.opus…"
|
||||||
echo "envvar: VERBOSITY [0-3] (default: 1)"
|
echo "envvar: VERBOSITY [0-3] (default: 1)"
|
||||||
echo " VERBOSITY 0: no output exept errors from ffmpeg"
|
echo " verbosity 0: no output exept errors from ffmpeg"
|
||||||
echo " VERBOSITY 1: simple indications on the current track being extracted"
|
echo " verbosity 1: simple indications on the current track being extracted"
|
||||||
echo " VERBOSITY 2: print actual ffmpeg commands the script currently runs"
|
echo " verbosity 2: print actual ffmpeg commands the script currently runs"
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ $# -lt 1 ]; then
|
if [ $# -lt 1 ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue