summaryrefslogtreecommitdiff
path: root/src/monkeysphere
diff options
context:
space:
mode:
authorJameson Rollins <jrollins@finestructure.net>2010-01-11 10:47:09 -0500
committerJameson Rollins <jrollins@finestructure.net>2010-01-11 10:47:09 -0500
commitf83d778c9fdb08c775b78163f86522a0a055af6b (patch)
tree6d571cc8c21c65fe7352775469229afb57f097fa /src/monkeysphere
parent447358251abf9e12fbd72a55c551e08bdf3f060c (diff)
add standard --version option for version output
Diffstat (limited to 'src/monkeysphere')
-rwxr-xr-xsrc/monkeysphere4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/monkeysphere b/src/monkeysphere
index f21ca7c..6489d2a 100755
--- a/src/monkeysphere
+++ b/src/monkeysphere
@@ -275,11 +275,11 @@ case $COMMAND in
keys_from_userid "$@"
;;
- 'version'|'v')
+ 'version'|'--version'|'v')
version
;;
- '--help'|'help'|'-h'|'h'|'?')
+ 'help'|'--help'|'-h'|'h'|'?')
usage
;;