diff options
author | Jameson Rollins <jrollins@finestructure.net> | 2010-01-10 17:09:10 -0500 |
---|---|---|
committer | Jameson Rollins <jrollins@finestructure.net> | 2010-01-10 17:09:10 -0500 |
commit | fd03070ba488f9be9c479734bea9b0f741350221 (patch) | |
tree | e219396cbe44c87f795cb76a23fd995cdd17e450 /man/man1 | |
parent | b3f25b417bf6557364047ed6dd0ce8ebf7e8b697 (diff) |
Add new keys-from-userid subcommand to monkeysphere UI.
This new subcommand calls a new function, keys_from_userid, that
outputs to stdout all acceptable keys for a given user ID literal.
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/monkeysphere.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/man1/monkeysphere.1 b/man/man1/monkeysphere.1 index 76eaf8d..459bfcb 100644 --- a/man/man1/monkeysphere.1 +++ b/man/man1/monkeysphere.1 @@ -130,6 +130,10 @@ place of `subkey\-to\-ssh\-agent'. Output the ssh fingerprint of a key in your gpg keyring. `f' may be used in place of `fingerprint'. .TP +.B keys\-from\-userid USERID +Output to stdout all acceptable keys for a given user ID literal. +`u' may be used in place of `keys\-from\-userid'. +.TP .B version Show the monkeysphere version number. `v' may be used in place of `version'. |