Browse Source

Do not waste -h for usage

Alois Mahdal 10 years ago
parent
commit
b7ab3e27c0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      bin/saturnin-push

+ 1
- 1
bin/saturnin-push View File

@@ -13,7 +13,7 @@ usage() {
13 13
 
14 14
 while true; do case $1 in
15 15
     -o|--order)     ORDER=$2;           shift 2;    ;;
16
-    -h|--help)      usage;                          ;;
16
+    --help)         usage;                          ;;
17 17
     "")             break                           ;;
18 18
     -*)             usage;                          ;;
19 19
     *)              hosts="$1"; shift;              ;;