Browse Source

Add more usage triggers

Alois Mahdal 10 years ago
parent
commit
542cab051b
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      bin/saturnin.skel

+ 2
- 0
bin/saturnin.skel View File

@@ -23,6 +23,8 @@ print_help() {
23 23
 while true; do case $1 in
24 24
     -d|--debug)     export FFOO_DEBUG=true; shift   ;;
25 25
     -v|--verbose)   export FFOO_VERBOSE=true; shift ;;
26
+    -*)             usage;                          ;;
27
+    --*)            usage;                          ;;
26 28
     --)             shift; break                    ;;
27 29
     "")             usage;                          ;;
28 30
     *)              break;                          ;;