diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-07-23 00:09:21 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-07-23 00:09:21 -0400 |
commit | cc45c7363cf606e433a2c289de4bfa2dfe585c62 (patch) | |
tree | 5a7dd1c46029b2181bb27f588381fe0815fbdb7d /man | |
parent | ed280485f20fc3d092202cd07bc0c9cd9665cd89 (diff) |
monkeysphere-server add-identity-certifier --trust now takes textual values (marginal, full) instead of numeric (1,2). updated documentation as well.
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/monkeysphere-server.8 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/man/man8/monkeysphere-server.8 b/man/man8/monkeysphere-server.8 index e9784b6..3a50aac 100644 --- a/man/man8/monkeysphere-server.8 +++ b/man/man8/monkeysphere-server.8 @@ -54,10 +54,12 @@ place of `publish-key'. .TP .B add-identity-certifier KEYID Instruct system to trust user identity certifications made by KEYID. -A certifier domain can be specified with the `-n' or `--domain' -option. A certifier trust level can be specified with the `-t' or -`--trust' option (possible values are `1' for `marginal' and `2' for -`full' (default is `2')). A certifier trust depth can be specified +Using the `-n' or `--domain' option allows you to indicate that you +only trust the given KEYID to make identifications within a specific +domain (e.g. "trust KEYID to certify user identities within the +@example.org domain"). A certifier trust level can be specified with +the `-t' or `--trust' option (possible values are `marginal' and +`full' (default is `full')). A certifier trust depth can be specified with the `-d' or `--depth' option (default is 1). `a' may be used in place of `add-identity-certifier'. .TP |