diff --git a/src/necronda-server.c b/src/necronda-server.c index 8b6c644..208fd91 100644 --- a/src/necronda-server.c +++ b/src/necronda-server.c @@ -183,7 +183,7 @@ int main(int argc, const char *argv[]) { const char *arg = argv[i]; unsigned long len = strlen(arg); if ((len == 2 && strncmp(arg, "-h", 2) == 0) || (len == 6 && strncmp(arg, "--help", 6) == 0)) { - printf("Usage: necronda-server [-h] -w -c -p \n" + printf("Usage: necronda-server [-h] -w -c -p [-g ]\n" "\n" "Options:\n" " -c, --cert path to the full chain certificate file\n"