cscvs to tla changeset 23
authorJonathan McDowell <noodles@earth.li>
Mon, 31 May 2004 23:47:05 +0000 (23:47 +0000)
committerJonathan McDowell <noodles@earth.li>
Mon, 31 May 2004 23:47:05 +0000 (23:47 +0000)
Author: noodles
Date: 2002/11/10 18:35:06
Added "get" to help output.

onak.c

diff --git a/onak.c b/onak.c
index e7c74862c809c16c07828ddfdf76e0a99b4a586b..87b65e806ade99f0bc3cfb94dedfad709333070e 100644 (file)
--- 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");
 }