]> the.earth.li Git - onak.git/blobdiff - onak.c
cscvs to tla changeset 29
[onak.git] / onak.c
diff --git a/onak.c b/onak.c
index e7c74862c809c16c07828ddfdf76e0a99b4a586b..8eccc9ce4472a75a07db4e4fe7f8f152234e7b1b 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");
 }
@@ -106,6 +107,8 @@ int main(int argc, char *argv[])
                }
        }
 
+       readconfig();
+
        if ((argc - optind) < 1) {
                usage();
        } else if (!strcmp("add", argv[optind])) {