diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-07-31 20:54:20 -0400 |
|---|---|---|
| committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-07-31 20:54:20 -0400 |
| commit | 7c8dbbd047ba2d9f7f9669a28b307195dbe4716a (patch) | |
| tree | e3b09117f5ba5b5c80241d6a4c0bc791a081884d /src/monkeysphere-server | |
| parent | 273eea44383e2f9e1621e0d6d8de429ffb624a6e (diff) | |
limiting output of monkeysphere-server help (usage) to 80 columns
Diffstat (limited to 'src/monkeysphere-server')
| -rwxr-xr-x | src/monkeysphere-server | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/src/monkeysphere-server b/src/monkeysphere-server index 98b60c0..d70fe93 100755 --- a/src/monkeysphere-server +++ b/src/monkeysphere-server @@ -37,27 +37,26 @@ usage: $PGRM <subcommand> [options] [args] MonkeySphere server admin tool. subcommands: - update-users (u) [USER]... update user authorized_keys files + update-users (u) [USER]... update user authorized_keys files - gen-key (g) [HOSTNAME] generate gpg key for the server - -l|--length BITS key length in bits (2048) - -e|--expire EXPIRE date to expire - -r|--revoker FINGERPRINT add a revoker - show-fingerprint (f) show server's host key fingerprint - publish-key (p) publish server's host key to keyserver - diagnostics (d) report on the server's monkeysphere status + gen-key (g) [HOSTNAME] generate gpg key for the server + -l|--length BITS key length in bits (2048) + -e|--expire EXPIRE date to expire + -r|--revoker FINGERPRINT add a revoker + show-fingerprint (f) show server's host key fingerprint + publish-key (p) publish server's host key to keyserver + diagnostics (d) report on the server's monkeysphere status - add-identity-certifier (a) KEYID import and tsign a certification key - -n|--domain DOMAIN limit ID certifications to IDs in DOMAIN () - -t|--trust TRUST trust level of certifier (full) - -d|--depth DEPTH trust depth for certifier (1) - remove-identity-certifier (r) KEYID remove a certification key - list-identity-certifiers (l) list certification keys + add-identity-certifier (a) KEYID import and tsign a certification key + -n|--domain DOMAIN limit ID certifications to IDs in DOMAIN + -t|--trust TRUST trust level of certifier (full) + -d|--depth DEPTH trust depth for certifier (1) + remove-identity-certifier (r) KEYID remove a certification key + list-identity-certifiers (l) list certification keys - gpg-authentication-cmd CMD gnupg-authentication command - - help (h,?) this help + gpg-authentication-cmd CMD gnupg-authentication command + help (h,?) this help EOF } |
