mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
fix some CLI commands we borked during devcon2008
Thanks rmudget for letting me know and providing hints on how to fix it best. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@147853 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -737,7 +737,7 @@ static char *handle_cli_misdn_set_debug(struct ast_cli_entry *e, int cmd, struct
|
||||
|
||||
switch (cmd) {
|
||||
case CLI_INIT:
|
||||
e->command = "misdn set debug {on|off|<level>}";
|
||||
e->command = "misdn set debug [on|off]";
|
||||
e->usage =
|
||||
"Usage: misdn set debug {on|off|<level>} [only] | [port <port> [only]]\n"
|
||||
" Set the debug level of the mISDN channel.\n";
|
||||
|
Reference in New Issue
Block a user