X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/453292887030769d9c7599690fbc5e7c62f5df39..feb5361ac535c09eb8dbda4cd25157c77764c287:/onak.c diff --git a/onak.c b/onak.c index 1dacae6..7bd8919 100644 --- a/onak.c +++ b/onak.c @@ -18,6 +18,7 @@ #include "charfuncs.h" #include "cleankey.h" #include "cleanup.h" +#include "config.h" #include "keydb.h" #include "keyid.h" #include "keyindex.h" @@ -54,7 +55,7 @@ void find_keys(char *search, uint64_t keyid, bool ishex, } void usage(void) { - puts("onak " VERSION " - an OpenPGP keyserver.\n"); + puts("onak " PACKAGE_VERSION " - an OpenPGP keyserver.\n"); puts("Usage:\n"); puts("\tonak [options] \n"); puts("\tCommands:\n");