From f369bbdac3edba6ca8318680ea81b70f196b8484 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 17 Feb 2006 04:17:35 +0000 Subject: [PATCH] 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 --- apps/app_mixmonitor.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c index 1884d233d8..52f1d0a8aa 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 [args]\n\n" + "The optional arguments are passed to the\n" "MixMonitor application when the 'start' command is used.\n", - "mixmonitor [args]\n", complete_mixmonitor_cli }; -- 2.47.2