diff options
author | Micah Anderson <micah@riseup.net> | 2008-08-07 19:26:33 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2008-08-07 19:26:33 -0400 |
commit | 0e27af63f34c5bb75cef059fc9d76887251c1517 (patch) | |
tree | 52155cb033d9eb1ca39d4417b5c211fab047417d /src | |
parent | dda1c93bc94daa24bf7b0f5671f8a222c0089efd (diff) |
make it so monkeysphere-server will respond to --help
Diffstat (limited to 'src')
-rwxr-xr-x | src/monkeysphere-server | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/monkeysphere-server b/src/monkeysphere-server index 0a2f04b..1e5f209 100755 --- a/src/monkeysphere-server +++ b/src/monkeysphere-server @@ -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 ;; |