diff --git a/get-tracks.sh b/get-tracks.sh index d38e396..5c21518 100755 --- a/get-tracks.sh +++ b/get-tracks.sh @@ -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