dect
/
asterisk
Archived
13
0
Fork 0

Add missing newline (bug #5616)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6968 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2005-11-06 04:51:00 +00:00
parent 0f4e00cac3
commit 6c8b0c0fa1
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ static struct ast_cli_entry cli_mixmonitor = {
{ "mixmonitor", NULL, NULL },
mixmonitor_cli,
"Execute a MixMonitor command",
"mixmonitor <start|stop> <chan_name> [<args>]"
"mixmonitor <start|stop> <chan_name> [<args>]\n"
};