diff options
author | Jameson Rollins <jrollins@finestructure.net> | 2010-01-11 10:47:09 -0500 |
---|---|---|
committer | Jameson Rollins <jrollins@finestructure.net> | 2010-01-11 10:47:09 -0500 |
commit | f83d778c9fdb08c775b78163f86522a0a055af6b (patch) | |
tree | 6d571cc8c21c65fe7352775469229afb57f097fa | |
parent | 447358251abf9e12fbd72a55c551e08bdf3f060c (diff) |
add standard --version option for version output
-rwxr-xr-x | src/monkeysphere | 4 |
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 ;; |