diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-07-10 20:03:06 -0400 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-07-10 20:03:06 -0400 |
commit | de3031b28bbccd2cb47a9029e69064330ee137e8 (patch) | |
tree | 6fbb913b0ad0c952c18b825564d637856d9d5b72 /man/man8 | |
parent | dfe9a2c7b13a037f161a55daae52e4cccdae463f (diff) |
Properly scope getopt for subcommands.
Fix bug in add-certifier command.
Add command to pass gpg command directly to gpg-authentication
keyring.
Diffstat (limited to 'man/man8')
-rw-r--r-- | man/man8/monkeysphere-server.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/man8/monkeysphere-server.8 b/man/man8/monkeysphere-server.8 index 0e699b9..f7a9755 100644 --- a/man/man8/monkeysphere-server.8 +++ b/man/man8/monkeysphere-server.8 @@ -56,9 +56,10 @@ place of `publish-key'. 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 (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'. +`--trust' option (possible values are `1' for `marginal' and `2' for +`full' (default is `2')). 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 .B remove-identity-certifier KEYID Instruct system to ignore user identity certifications made by KEYID. |