diff options
author | Matt Goins <mjgoins@openflows.com> | 2009-01-31 18:35:02 -0500 |
---|---|---|
committer | Matt Goins <mjgoins@openflows.com> | 2009-01-31 18:35:02 -0500 |
commit | 2e76a0c288f2c043e205f443410fb7dd0e239953 (patch) | |
tree | 579690c1cb9e9112aa2fe4924a1c570fee357dcf | |
parent | 26bdfd9c0aa0853ca1ea80e1980e7e9849646e10 (diff) | |
parent | c700e9b0dcede303ed1f160ba51f564fd314d2e3 (diff) |
Merge commit 'dkg/master'
I DON"T UNDERSTAND
-rwxr-xr-x | src/monkeysphere-host | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/monkeysphere-host b/src/monkeysphere-host index 9439264..1f68256 100755 --- a/src/monkeysphere-host +++ b/src/monkeysphere-host @@ -48,10 +48,10 @@ subcommands: publish-key (p) publish server host key to keyserver expert - import-key (i) NAME[:PORT] import existing ssh key to gpg + import-key (i) [NAME[:PORT]] import existing ssh key to gpg --keyfile (-f) FILE key file to import --expire (-e) EXPIRE date to expire - gen-key (g) NAME[:PORT] generate gpg key for the host + gen-key (g) [NAME[:PORT]] generate gpg key for the host --length (-l) BITS key length in bits (2048) --expire (-e) EXPIRE date to expire diagnostics (d) monkeysphere host status |