From: Jonathan McDowell Date: Mon, 31 May 2004 23:47:05 +0000 (+0000) Subject: cscvs to tla changeset 23 X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/870ceebb3ffd90a47102ff04c8f7779177573216 cscvs to tla changeset 23 Author: noodles Date: 2002/11/10 18:35:06 Added "get" to help output. --- diff --git a/onak.c b/onak.c index e7c7486..87b65e8 100644 --- a/onak.c +++ b/onak.c @@ -76,6 +76,7 @@ void usage(void) { puts("\tCommands:\n"); puts("\tadd - read armored OpenPGP keys from stdin and add to the keyserver"); puts("\tdelete - delete a given key from the keyserver"); + 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"); }