]> arthur.barton.de Git - appify.git/commitdiff
Update usage message to denote parameters
authorAlexander Barton <alex@barton.de>
Wed, 8 Apr 2015 09:50:23 +0000 (11:50 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 8 Apr 2015 09:50:23 +0000 (11:50 +0200)
appify.sh

index d0bb922e50b1d3815e726c67d95abbcb9aeac5c1..537b74c8080422d8f4cc1f1924d8d183863b029f 100755 (executable)
--- a/appify.sh
+++ b/appify.sh
@@ -19,7 +19,7 @@
 args=$(getopt h $*)
 
 function usage {
 args=$(getopt h $*)
 
 function usage {
-    echo "Usage: $0 [-h] script.sh target.app"
+    echo "Usage: $0 [-h] <script.sh> <target.app>"
     exit 2
 }
 
     exit 2
 }