From 3c02ca7796760898c44678e6cf325fa4d0ae29d7 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 19 Jan 2010 01:42:34 -0500 Subject: accepting "--version" as well as "version" subcommand for monkeysphere-host and monkeysphere-authentication --- src/monkeysphere-authentication | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/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 ;; -- cgit v1.2.3