diff options
author | Jameson Rollins <jrollins@finestructure.net> | 2010-10-15 23:31:47 -0400 |
---|---|---|
committer | Jameson Rollins <jrollins@finestructure.net> | 2010-10-17 15:53:09 -0400 |
commit | 2399e918f75e2cfcb746cd5ff3c44d7c882bb791 (patch) | |
tree | 85e74ef56585bcd00625ef4891c43cbb48907986 | |
parent | 9eb449e6a49203bd7bc3b2f7e70e9e4839ec446b (diff) |
fix typo in monkeysphere usage
-rwxr-xr-x | src/monkeysphere | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/monkeysphere b/src/monkeysphere index 4469942..0aa4a84 100755 --- a/src/monkeysphere +++ b/src/monkeysphere @@ -49,8 +49,8 @@ subcommands: --no-connect do not make TCP connection to host subkey-to-ssh-agent (s) store authentication subkey in ssh-agent - keys-for-userid (u) USERID output valid keys for given user ids - sshfprs-for-userid USERID output ssh fingerprints for given user ids + keys-for-userid (u) USERID output valid ssh keys for given user id + sshfprs-for-userid USERID output ssh fingerprints for given user id gen-subkey (g) [KEYID] generate an authentication subkey --length (-l) BITS key length in bits (2048) |