summaryrefslogtreecommitdiff
path: root/main/logger.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/logger.c')
-rw-r--r--main/logger.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/logger.c b/main/logger.c
index 15ec7825a..0038c5f44 100644
--- a/main/logger.c
+++ b/main/logger.c
@@ -669,9 +669,9 @@ static char *handle_logger_set_level(struct ast_cli_entry *e, int cmd, struct as
switch (cmd) {
case CLI_INIT:
- e->command = "logger set level";
+ e->command = "logger set level {DEBUG|NOTICE|WARNING|ERROR|VERBOSE|DTMF} {on|off}";
e->usage =
- "Usage: logger set level\n"
+ "Usage: logger set level {DEBUG|NOTICE|WARNING|ERROR|VERBOSE|DTMF} {on|off}\n"
" Set a specific log level to enabled/disabled for this console.\n";
return NULL;
case CLI_GENERATE: