From 5c1bad1114c6eebee0ef8e79d91df2d2f7ffd8c3 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 16 May 2005 20:58:35 +0000 Subject: [PATCH] fix description of length parameter git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5706 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_readfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_readfile.c b/apps/app_readfile.c index 0cff0a3276..5e09efce42 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;