From 5a4867543d268d68b9cfebcef6e02bb9e032173e Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Tue, 6 Nov 2007 19:04:45 +0000 Subject: "show application " changes for clarity. (closes issue #11171, reported and patched by blitzrage) Many thanks! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89044 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_readfile.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/app_readfile.c') diff --git a/apps/app_readfile.c b/apps/app_readfile.c index c23037610..f20e028b0 100644 --- a/apps/app_readfile.c +++ b/apps/app_readfile.c @@ -44,13 +44,13 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") static char *app_readfile = "ReadFile"; -static char *readfile_synopsis = "ReadFile(varname=file,length)"; +static char *readfile_synopsis = "Read the contents of a text file into a channel variable"; static char *readfile_descrip = "ReadFile(varname=file,length)\n" -" Varname - Result stored here.\n" -" File - The name of the file to read.\n" -" Length - Maximum number of characters to capture.\n"; +" varname - Result stored here.\n" +" file - The name of the file to read.\n" +" length - Maximum number of characters to capture.\n"; static int readfile_exec(struct ast_channel *chan, void *data) -- cgit v1.2.3