projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee296ae
)
fix description of length parameter
author
Russell Bryant
<russell@russellbryant.com>
Mon, 16 May 2005 20:58:35 +0000
(20:58 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Mon, 16 May 2005 20:58:35 +0000
(20:58 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5706
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_readfile.c
patch
|
blob
|
history
diff --git
a/apps/app_readfile.c
b/apps/app_readfile.c
index
0cff0a3
..
5e09efc
100755
(executable)
--- 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;