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
This commit is contained in:
Tilghman Lesher
2009-02-16 17:44:51 +00:00
parent 0aa256715c
commit 6cc10eb351

View File

@@ -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";