From 78a578674cc266e3e039f041f5737e4bd6641f6e Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 23 Aug 2026 08:21:40 +0200 Subject: [PATCH] change usage lower case --- albentohandy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3