diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-06-19 02:23:19 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-06-19 02:23:19 -0400 |
commit | 9cb9336f3d9ab42b6f32f71e3c5e137b2c699dba (patch) | |
tree | 67fa9b67f28164715d9170f82ba7b9cfa06fc151 /src | |
parent | 79147b6612104c0e3a347f3a99adc377047d24fc (diff) |
update monkeysphere-server help to include new show-fingerprint.
Diffstat (limited to 'src')
-rwxr-xr-x | src/monkeysphere-server | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/monkeysphere-server b/src/monkeysphere-server index ce5aa9c..f222130 100755 --- a/src/monkeysphere-server +++ b/src/monkeysphere-server @@ -31,10 +31,12 @@ usage: $PGRM <subcommand> [args] MonkeySphere server admin tool. subcommands: - update-users (s) [USER]... update users authorized_keys files gen-key (g) [HOSTNAME] generate gpg key for the server + show-fingerprint (f) show server's host key fingerprint publish-key (p) publish server key to keyserver trust-keys (t) KEYID... mark keyids as trusted + + update-users (s) [USER]... update users authorized_keys files update-user-userids (u) USER UID... add/update user IDs for a user remove-user-userids (r) USER UID... remove user IDs for a user help (h,?) this help |