make it so monkeysphere-server will respond to --help
[monkeysphere.git] / src / monkeysphere-server
index 0a2f04b00bcb9624b7b4fdfba23bfb197d339bf2..1e5f2096677cb8dfa9522babeeec5877817b28e0 100755 (executable)
@@ -56,7 +56,7 @@ subcommands:
 
  gpg-authentication-cmd CMD          gnupg-authentication command
 
help (h,?)                          this help
-h|--help|help (h,?)                this help
 EOF
 }
 
@@ -699,7 +699,7 @@ case $COMMAND in
        gpg_authentication_cmd "$@"
        ;;
 
-    'help'|'h'|'?')
+    '--help'|'help'|'-h'|'h'|'?')
         usage
         ;;