We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 212c1e3 + cbe696c commit d821095Copy full SHA for d821095
syslog-ng-ctl/commands/log-level.c
@@ -45,7 +45,7 @@ GOptionEntry log_level_options[] =
45
{
46
47
G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_CALLBACK, _store_log_level,
48
- "Set log level", "<verbose|debug|trace>"
+ "Set log level", "<default|verbose|debug|trace>"
49
},
50
{ NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL }
51
};
0 commit comments