From 4a927741fca735d0597999cd1952dcc13580db68 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 8 Apr 2015 11:50:23 +0200 Subject: [PATCH] Update usage message to denote parameters --- appify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.39.2