Index: main/logger.c =================================================================== --- main/logger.c (revision 256421) +++ main/logger.c (working copy) @@ -669,9 +669,9 @@ 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: