Skip to content

Commit 953efdd

Browse files
committed
List verbosity levels in --help
1 parent 51b8e0e commit 953efdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/oscap-tool.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ bool oscap_module_usage(struct oscap_module *module, FILE *out, const char *err,
185185
static const char *common_opts_help =
186186
"Common options:\n"
187187
" --verbose <verbosity_level> - Turn on verbose mode at specified verbosity level.\n"
188+
" Verbosity level must be one of: DEVEL, INFO, WARNING, ERROR.\n"
188189
" --verbose-log-file <file> - Write verbose informations into file.\n";
189190

190191
static void oscap_module_print_help(struct oscap_module *module, FILE *out)

0 commit comments

Comments
 (0)