X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=onak.c;h=870e1bd57d3fc329483b857114d58b3a835a281e;hb=6a721665f41611f80cb878237b5d7fa650ccbe20;hp=311b44f9b16d9e67a741d04d7666280886e851e1;hpb=3b5b9db0bc2dbe93b3b79e722997606c71ecafb9;p=onak.git diff --git a/onak.c b/onak.c index 311b44f..870e1bd 100644 --- 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"); @@ -194,6 +196,7 @@ int main(int argc, char *argv[]) flatten_publickey(keys, &packets, &list_end); + free_publickey(keys); armor_openpgp_stream(stdout_putchar, NULL, packets);