Can't set debug level 2 (intense debugging) unless the syntax matches

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@176138 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Tilghman Lesher 16 years ago
parent 0aa256715c
commit 6cc10eb351

@ -12481,7 +12481,7 @@ static char *handle_pri_debug(struct ast_cli_entry *e, int cmd, struct ast_cli_a
int level = 0;
switch (cmd) {
case CLI_INIT:
e->command = "pri set debug {on|off} span";
e->command = "pri set debug {on|off|0|1|2} span";
e->usage =
"Usage: pri set debug {<level>|on|off} span <span>\n"
" Enables debugging on a given PRI span\n";

Loading…
Cancel
Save