From: Alexander Barton Date: Wed, 8 Apr 2015 09:50:23 +0000 (+0200) Subject: Update usage message to denote parameters X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=appify.git;a=commitdiff_plain;h=4a927741fca735d0597999cd1952dcc13580db68 Update usage message to denote parameters --- diff --git a/appify.sh b/appify.sh index d0bb922..537b74c 100755 --- a/appify.sh +++ b/appify.sh @@ -19,7 +19,7 @@ args=$(getopt h $*) function usage { - echo "Usage: $0 [-h] script.sh target.app" + echo "Usage: $0 [-h] " exit 2 }