Skip to content
Snippets Groups Projects
Commit 5c1bad11 authored by Russell Bryant's avatar Russell Bryant
Browse files

fix description of length parameter

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5706 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent ee296ae8
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment