diff options
author | Matt Goins <mjgoins@openflows.com> | 2008-06-22 19:43:42 -0400 |
---|---|---|
committer | Matt Goins <mjgoins@openflows.com> | 2008-06-22 19:43:42 -0400 |
commit | c1a5568ee2f6c46501df057a71f23681ea0194ec (patch) | |
tree | 82d32e5195445fd8f041a9d678bb391332fbfbd0 /man | |
parent | e20132d271b8e4bde15cbdb9e56fae53d0ca9fa9 (diff) | |
parent | 09a630a57493b1967f031a32602d117be64fdad0 (diff) |
Merge branch 'master' of http://lair.fifthhorseman.net/~jrollins/git/monkeysphere
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 |