cscvs to tla changeset 74
authorJonathan McDowell <noodles@earth.li>
Mon, 31 May 2004 23:47:38 +0000 (23:47 +0000)
committerJonathan McDowell <noodles@earth.li>
Mon, 31 May 2004 23:47:38 +0000 (23:47 +0000)
Author: noodles
Date: 2003/04/20 22:58:52
Add some help for the dump option.

onak.c

diff --git a/onak.c b/onak.c
index 311b44f9b16d9e67a741d04d7666280886e851e1..220483d196e211dc14ce4211cbaf122dbb384604 100644 (file)
--- a/onak.c
+++ b/onak.c
@@ -78,6 +78,8 @@ void usage(void) {
        puts("\tadd    - read armored OpenPGP keys from stdin and add to the"
                " keyserver");
        puts("\tdelete - delete a given key from the keyserver");
+       puts("\tdump   - dump all the keys from the keyserver to a file or"
+               " files\n\t         starting keydump*");
        puts("\tget    - retrieves the key requested from the keyserver");
        puts("\tindex  - search for a key and list it");
        puts("\tvindex - search for a key and list it and its signatures");