diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-07-09 19:41:03 -0400 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-07-09 20:27:45 -0400 |
commit | c8b42c1d77005ab3f41d20cc2524f4307086ec4f (patch) | |
tree | da2a6afaa400993037bf4f5a5550f98803addbd0 /man | |
parent | e6d14b3efaa96cc55eae34556daf8f85f09b92f6 (diff) |
A bunch of changes for variable scoping, exit codes, etc. See
debian/changelog.
Diffstat (limited to 'man')
-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 45605da..f33ffea 100644 --- a/man/man8/monkeysphere-server.8 +++ b/man/man8/monkeysphere-server.8 @@ -35,9 +35,10 @@ monkeysphere-controlled authorized_keys file. If no accounts are specified, then all accounts on the system are processed. `u' may be used in place of `update-users'. .TP -.B gen-key -Generate a OpenPGP key pair for the host. `g' may be used in place of -`gen-key'. +.B gen-key [HOSTNAME] +Generate a OpenPGP key pair for the host. If HOSTNAME is not +specified, then the system fully-qualified domain name will be user. +`g' may be used in place of `gen-key'. .TP .B show-fingerprint Show the fingerprint for the host's OpenPGP key. `f' may be used in place of |