aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_mixmonitor.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-17 04:17:35 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-17 04:17:35 +0000
commit011fac8ff8dd9b1e6a1f7d0f6c5c34f862eae97b (patch)
tree9801ec4067b469738e65ab53c659ab5424542ba1 /apps/app_mixmonitor.c
parent4e9acef0f07b02a6319032f2ac0689de0aec06f2 (diff)
fix up the summary and help text for the mixmonitor cli command
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10392 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_mixmonitor.c')
-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
};