summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-05-16 20:58:35 +0000
committerRussell Bryant <russell@russellbryant.com>2005-05-16 20:58:35 +0000
commit5c1bad1114c6eebee0ef8e79d91df2d2f7ffd8c3 (patch)
tree540505da6d66837a052483ef1af9e4d80fcf8dcc /apps
parentee296ae8a9f5f4f275bfd76f0b65c4c85097a43e (diff)
fix description of length parameter
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5706 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-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;