diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-06-22 11:43:20 -0400 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-06-22 11:43:20 -0400 |
commit | 09a630a57493b1967f031a32602d117be64fdad0 (patch) | |
tree | 82d32e5195445fd8f041a9d678bb391332fbfbd0 /man | |
parent | 3cea2ab969f54fc33ed238c5b326fb3868392a15 (diff) |
Improve trust-key function.
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/monkeysphere-server.8 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/man/man8/monkeysphere-server.8 b/man/man8/monkeysphere-server.8 index 2b5af5e..e821e63 100644 --- a/man/man8/monkeysphere-server.8 +++ b/man/man8/monkeysphere-server.8 @@ -43,9 +43,11 @@ Show the fingerprint for the host's OpenPGP key. `f' may be used in place of Publish the host's gpg key to the keyserver. `p' may be used in place of `publish-key'. .TP -.B trust-keys KEYID... -Mark key specified with key IDs with full owner trust. `t' may be used -in place of `trust-keys'. +.B trust-key KEYID [LEVEL] +Set owner trust for key. If LEVEL is not specified, then the program +will prompt for an owner trust level to set for KEYID. This function +lsigns the key as well so that it will have a known validity. `t' may +be used in place of `trust-key'. .TP .B help Output a brief usage summary. `h' or `?' may be used in place of |