From 5955dbc3c151e252cf6bb838e72efc777fc16abe Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Sat, 19 Apr 2008 13:57:17 +0000 Subject: [PATCH] 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 --- apps/app_playback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_playback.c b/apps/app_playback.c index d02a146c5c..8f78bef786 100644 --- a/apps/app_playback.c +++ b/apps/app_playback.c @@ -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)