aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_readfile.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-16 20:58:35 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-16 20:58:35 +0000
commit12332d421059d6992cf9be00238478ef60af9dae (patch)
tree540505da6d66837a052483ef1af9e4d80fcf8dcc /apps/app_readfile.c
parent3edcd0abf7d294c31e13451c023de8b8b0320510 (diff)
fix description of length parameter
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5706 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_readfile.c')
-rwxr-xr-xapps/app_readfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_readfile.c b/apps/app_readfile.c
index 0cff0a327..5e09efce4 100755
--- a/apps/app_readfile.c
+++ b/apps/app_readfile.c
@@ -34,7 +34,7 @@ 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 lines to capture.\n";
+" Length - Maximum number of characters to capture.\n";
STANDARD_LOCAL_USER;