Skip to content
Snippets Groups Projects
Commit f369bbda authored by Russell Bryant's avatar Russell Bryant
Browse files

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
parent 9bf4f164
No related branches found
No related tags found
No related merge requests found
...@@ -454,9 +454,10 @@ static char *complete_mixmonitor_cli(const char *line, const char *word, int pos ...@@ -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
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment