]> arthur.barton.de Git - appify.git/blobdiff - appify.sh
Update usage message to denote parameters
[appify.git] / appify.sh
index d0bb922e50b1d3815e726c67d95abbcb9aeac5c1..537b74c8080422d8f4cc1f1924d8d183863b029f 100755 (executable)
--- 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] <script.sh> <target.app>"
     exit 2
 }