diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-08-14 22:34:17 -0700 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-08-14 22:34:17 -0700 |
commit | 0181b6fc50824941e4f7ac3f535a216b8189568e (patch) | |
tree | 07fb396a30106e0d9b4aae04cb64f72ead198ae0 /man | |
parent | d9f2518ac29723403af5069953eec07b47ea21be (diff) |
reorganize shortcuts for monkeysphere-server
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/monkeysphere-server.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man8/monkeysphere-server.8 b/man/man8/monkeysphere-server.8 index 527cae7..74e9a10 100644 --- a/man/man8/monkeysphere-server.8 +++ b/man/man8/monkeysphere-server.8 @@ -68,15 +68,15 @@ 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 +with the `-d' or `--depth' option (default is 1). `c+' may be used in place of `add-identity-certifier'. .TP .B remove-identity-certifier KEYID Instruct system to ignore user identity certifications made by KEYID. -`r' may be used in place of `remove-identity-certifier'. +`c-' may be used in place of `remove-identity-certifier'. .TP .B list-identity-certifiers -List key IDs trusted by the system to certify user identities. `l' +List key IDs trusted by the system to certify user identities. `c' may be used in place of `list-identity-certifiers'. .TP .B gpg-authentication-cmd |