diff --git a/sslh-main.c b/sslh-main.c index 357b763..e4eb490 100644 --- a/sslh-main.c +++ b/sslh-main.c @@ -258,8 +258,6 @@ int main(int argc, char *argv[], char* envp[]) if (res) exit(6); config_finish(&cfg); - sslhcfg_fprint(stdout, &cfg, 0); - if (cfg.version) { printf("%s %s\n", server_type, VERSION); exit(0); diff --git a/sslhconf.cfg b/sslhconf.cfg index a6d8602..e64b49f 100644 --- a/sslhconf.cfg +++ b/sslhconf.cfg @@ -26,6 +26,7 @@ config: { type: "list", items: ( { name: "verbose"; type: "int" default: 0; + short: "v"; description: "Override all verbosness options" }, { name: "verbose-config"; type: "int"; default: 0; description: "Print configuration at startup" },