projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dda1c93
)
make it so monkeysphere-server will respond to --help
author
Micah Anderson
<micah@riseup.net>
Thu, 7 Aug 2008 23:26:33 +0000
(19:26 -0400)
committer
Micah Anderson
<micah@riseup.net>
Thu, 7 Aug 2008 23:26:33 +0000
(19:26 -0400)
src/monkeysphere-server
patch
|
blob
|
history
diff --git
a/src/monkeysphere-server
b/src/monkeysphere-server
index 0a2f04b00bcb9624b7b4fdfba23bfb197d339bf2..1e5f2096677cb8dfa9522babeeec5877817b28e0 100755
(executable)
--- 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
;;