Explorar el Código

Do not waste -h for usage

Alois Mahdal hace 10 años
padre
commit
b7ab3e27c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      bin/saturnin-push

+ 1
- 1
bin/saturnin-push Ver fichero

@@ -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;              ;;