From: Daniel Kahn Gillmor Date: Tue, 19 Jan 2010 06:42:34 +0000 (-0500) Subject: accepting "--version" as well as "version" subcommand for monkeysphere-host and monke... X-Git-Tag: monkeysphere_0.28~11 X-Git-Url: https://codewiz.org/gitweb?p=monkeysphere.git;a=commitdiff_plain;h=3c02ca7796760898c44678e6cf325fa4d0ae29d7;ds=sidebyside accepting "--version" as well as "version" subcommand for monkeysphere-host and monkeysphere-authentication --- 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 ;; diff --git a/src/monkeysphere-host b/src/monkeysphere-host index 884c1b7..1733021 100755 --- a/src/monkeysphere-host +++ b/src/monkeysphere-host @@ -426,7 +426,7 @@ case $COMMAND in update_pgp_pub_file ;; - 'version'|'v') + 'version'|'--version'|'v') version ;;