aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_playback.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-19 13:57:17 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-19 13:57:17 +0000
commitf71e431b37cfe9fb11571a7d189cb74de422c2eb (patch)
tree063400e2b09e4cef74d179967c448b05aa9f9e19 /apps/app_playback.c
parent90357eee877346929e402701d93d0ea1db3a1069 (diff)
Ensure that help text terminates with a newline
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@114299 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_playback.c')
-rw-r--r--apps/app_playback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_playback.c b/apps/app_playback.c
index d02a146c5..8f78bef78 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)