make it so monkeysphere-server will respond to --help
authorMicah Anderson <micah@riseup.net>
Thu, 7 Aug 2008 23:26:33 +0000 (19:26 -0400)
committerMicah Anderson <micah@riseup.net>
Thu, 7 Aug 2008 23:26:33 +0000 (19:26 -0400)
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
         ;;