author | Olivier Brunel
<jjk@jjacky.com> 2023-04-25 12:34:05 UTC |
committer | Olivier Brunel
<jjk@jjacky.com> 2023-04-25 15:02:08 UTC |
parent | 0e13c0296536a6e9f91e39476b725d09b3f895ea |
src/ssp/ssp.c | +3 | -0 |
diff --git a/src/ssp/ssp.c b/src/ssp/ssp.c index 31742f4..05ed0b6 100644 --- a/src/ssp/ssp.c +++ b/src/ssp/ssp.c @@ -124,6 +124,9 @@ parse_cmdline(int *argc, const char **argv[], struct ssp *ctx) dienocommand(EX_USAGE, usage, (ctx->options & OPT_HELP) ? " -D, --database FILE Use FILE as database\n" "\n" +" -q, --quiet Enable quiet mode\n" +" --debug[=[@[level]:]+FD|FILE] Enable debug output (to FD|FILE)\n" +"\n" " -h, --help Show (command's) help screen and exit\n" " --version Show version information and exit\n" : NULL);