mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
fix up the summary and help text for the mixmonitor cli command
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10392 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -454,9 +454,10 @@ static char *complete_mixmonitor_cli(const char *line, const char *word, int pos
|
|||||||
static struct ast_cli_entry cli_mixmonitor = {
|
static struct ast_cli_entry cli_mixmonitor = {
|
||||||
{ "mixmonitor", NULL, NULL },
|
{ "mixmonitor", NULL, NULL },
|
||||||
mixmonitor_cli,
|
mixmonitor_cli,
|
||||||
"Execute a MixMonitor command. The optional arguments are passed to the\n"
|
"Execute a MixMonitor command.",
|
||||||
|
"mixmonitor <start|stop> <chan_name> [args]\n\n"
|
||||||
|
"The optional arguments are passed to the\n"
|
||||||
"MixMonitor application when the 'start' command is used.\n",
|
"MixMonitor application when the 'start' command is used.\n",
|
||||||
"mixmonitor <start|stop> <chan_name> [args]\n",
|
|
||||||
complete_mixmonitor_cli
|
complete_mixmonitor_cli
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user