From: Russell Bryant Date: Fri, 17 Feb 2006 04:17:35 +0000 (+0000) Subject: fix up the summary and help text for the mixmonitor cli command X-Git-Tag: 1.4.0-beta1~2578 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f369bbdac3edba6ca8318680ea81b70f196b8484;p=thirdparty%2Fasterisk.git 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 --- 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 };