aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_readfile.c
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-06 19:04:45 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-06 19:04:45 +0000
commit92ac6820ee5bc6595e8e0b6f7e14fd6983146acc (patch)
tree7700cf1ff2f8a29dd724b11a624ddc8f57a199b5 /apps/app_readfile.c
parent15d67c4bef332035bc5daf53e7669680428804c1 (diff)
"show application <foo>" changes for clarity.
(closes issue #11171, reported and patched by blitzrage) Many thanks! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89044 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_readfile.c')
-rw-r--r--apps/app_readfile.c8
1 files changed, 4 insertions, 4 deletions
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)