summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-02-17 04:17:35 +0000
committerRussell Bryant <russell@russellbryant.com>2006-02-17 04:17:35 +0000
commitf369bbdac3edba6ca8318680ea81b70f196b8484 (patch)
tree9801ec4067b469738e65ab53c659ab5424542ba1 /apps
parent9bf4f164084cd6451b04cc3cbbe6ca9ac6bc8a32 (diff)
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
Diffstat (limited to 'apps')
-rw-r--r--apps/app_mixmonitor.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c
index 1884d233d..52f1d0a8a 100644
--- a/apps/app_mixmonitor.c
+++ b/apps/app_mixmonitor.c
@@ -454,9 +454,10 @@ static char *complete_mixmonitor_cli(const char *line, const char *word, int pos
static struct ast_cli_entry cli_mixmonitor = {
{ "mixmonitor", NULL, NULL },
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 <start|stop> <chan_name> [args]\n",
complete_mixmonitor_cli
};