diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-08-18 08:47:50 -0700 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-08-18 08:47:50 -0700 |
commit | d7d179a481d549a600e44d24d19df219ed497cfd (patch) | |
tree | 07945218020c103ffed243d230aa24667e37b71a /src | |
parent | 72a88981d0fbabb60b6094b43fb6e87b141e8b15 (diff) | |
parent | 26ad8fe480056709dacf9e06e8151de167a908ab (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'src')
-rwxr-xr-x | src/monkeysphere | 4 | ||||
-rwxr-xr-x | src/monkeysphere-server | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/monkeysphere b/src/monkeysphere index f959a38..303dc8d 100755 --- a/src/monkeysphere +++ b/src/monkeysphere @@ -39,7 +39,7 @@ MonkeySphere client tool. subcommands: update-known_hosts (k) [HOST]... update known_hosts file update-authorized_keys (a) update authorized_keys file - gen-subkey (g) KEYID generate an 'a' capable subkey + gen-subkey (g) [KEYID] generate an authentication subkey --length (-l) BITS key length in bits (2048) --expire (-e) EXPIRE date to expire help (h,?) this help @@ -288,7 +288,7 @@ case $COMMAND in gen_subkey "$@" ;; - 'help'|'h'|'?') + '--help'|'help'|'-h'|'h'|'?') usage ;; diff --git a/src/monkeysphere-server b/src/monkeysphere-server index fcd3114..6754b23 100755 --- a/src/monkeysphere-server +++ b/src/monkeysphere-server @@ -493,7 +493,7 @@ EOF show_server_key - echo "NOTE: User ID revoked, but revokation not published." + echo "NOTE: User ID revoked, but revocation not published." echo "Run '$PGRM publish-key' to publish the revocation." else failure "Problem revoking user ID." |