From 84422ac6ca070d4d7b0b206e0b090f830bc575ba Mon Sep 17 00:00:00 2001 From: Karchnu Date: Tue, 6 Apr 2021 05:30:01 +0200 Subject: [PATCH] VERBOSITY => verbosity (in documentation) --- get-tracks.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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