mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Add missing newline (bug #5616)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6968 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -417,7 +417,7 @@ static struct ast_cli_entry cli_mixmonitor = {
|
|||||||
{ "mixmonitor", NULL, NULL },
|
{ "mixmonitor", NULL, NULL },
|
||||||
mixmonitor_cli,
|
mixmonitor_cli,
|
||||||
"Execute a MixMonitor command",
|
"Execute a MixMonitor command",
|
||||||
"mixmonitor <start|stop> <chan_name> [<args>]"
|
"mixmonitor <start|stop> <chan_name> [<args>]\n"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user