mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
Ensure that help text terminates with a newline
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@114299 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -374,7 +374,7 @@ static int __say_init(int fd, int argc, char *argv[])
|
||||
static struct ast_cli_entry cli_playback[] = {
|
||||
{ { "say", "load", NULL },
|
||||
__say_init, "set/show the say mode",
|
||||
"say load new|old" },
|
||||
"Usage: say load [new|old]\n Set/show the say mode\n" },
|
||||
};
|
||||
|
||||
static int playback_exec(struct ast_channel *chan, void *data)
|
||||
|
Reference in New Issue
Block a user