summaryrefslogtreecommitdiff
path: root/src/monkeysphere-authentication
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-01-19 01:42:34 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-01-19 01:42:34 -0500
commit3c02ca7796760898c44678e6cf325fa4d0ae29d7 (patch)
tree8b29399c0375d2859873ac9b9467b6a140576df0 /src/monkeysphere-authentication
parent91fdd7dab0b3ea6dba4cc6f12083cba420610725 (diff)
accepting "--version" as well as "version" subcommand for monkeysphere-host and monkeysphere-authentication
Diffstat (limited to 'src/monkeysphere-authentication')
-rwxr-xr-xsrc/monkeysphere-authentication2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monkeysphere-authentication b/src/monkeysphere-authentication
index dd44efe..7d08aac 100755
--- a/src/monkeysphere-authentication
+++ b/src/monkeysphere-authentication
@@ -211,7 +211,7 @@ case $COMMAND in
gpg_sphere "$@"
;;
- 'version'|'v')
+ 'version'|'--version'|'v')
version
;;