From: Bastian Dehn Date: Sun, 23 Aug 2026 06:21:40 +0000 (+0200) Subject: change usage lower case X-Git-Tag: v1.0.0^2~30 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=78a578674cc266e3e039f041f5737e4bd6641f6e;p=albentohandy.git change usage lower case --- diff --git a/albentohandy b/albentohandy index 9ef9f0c..9124bc6 100755 --- a/albentohandy +++ b/albentohandy @@ -10,7 +10,7 @@ errlog() return $lastexit } -Usage() +usage() { cat <<- EOF @@ -154,7 +154,7 @@ main() "3") format="mp3" ;; "c") cover=true ;; "f") format="flac" ;; - "h") Usage && return 0 ;; + "h") usage && return 0 ;; "o") format="opus" ;; "*") echo "unkwnon parameter" ;; esac