Skip to content

Commit d821095

Browse files
authored
Merge pull request syslog-ng#4832 from bazsi/log-level-default
2 parents 212c1e3 + cbe696c commit d821095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syslog-ng-ctl/commands/log-level.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ GOptionEntry log_level_options[] =
4545
{
4646
{
4747
G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_CALLBACK, _store_log_level,
48-
"Set log level", "<verbose|debug|trace>"
48+
"Set log level", "<default|verbose|debug|trace>"
4949
},
5050
{ NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL }
5151
};

0 commit comments

Comments
 (0)