summaryrefslogtreecommitdiff
path: root/src/monkeysphere-server
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2008-12-28 17:09:44 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2008-12-28 17:09:44 -0500
commit8e582f8c7cabe19275bc71d6093c9d07bf38b3f9 (patch)
tree1e1c30a31e2f825d89da60cfc9e153a833480b1e /src/monkeysphere-server
parent4b5f62d5cdb596ce85539766ae3ff491b1b14b46 (diff)
added version output option
Diffstat (limited to 'src/monkeysphere-server')
-rwxr-xr-xsrc/monkeysphere-server5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/monkeysphere-server b/src/monkeysphere-server
index 7d7578d..ba3fa8d 100755
--- a/src/monkeysphere-server
+++ b/src/monkeysphere-server
@@ -66,6 +66,7 @@ subcommands:
gpg-authentication-cmd CMD gnupg-authentication command
+ version (v) show version number
help (h,?) this help
EOF
@@ -1066,6 +1067,10 @@ case $COMMAND in
gpg_authentication_cmd "$@"
;;
+ 'version'|'v')
+ echo "$VERSION"
+ ;;
+
'--help'|'help'|'-h'|'h'|'?')
usage
;;