summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2007-03-01 20:53:09 (GMT)
committerKen Martin <ken.martin@kitware.com>2007-03-01 20:53:09 (GMT)
commitf8c982cf786362385048071bb35bf826fa1516c4 (patch)
tree4c2ea1a3ed7d62a7abe9ea72386dab7ec5a24568 /Source/cmFileCommand.h
parent508ddaf929da47e1bf54fc3d348792694fb4b1b9 (diff)
downloadCMake-f8c982cf786362385048071bb35bf826fa1516c4.zip
CMake-f8c982cf786362385048071bb35bf826fa1516c4.tar.gz
CMake-f8c982cf786362385048071bb35bf826fa1516c4.tar.bz2
ENH: added LIMIT on file read
Diffstat (limited to 'Source/cmFileCommand.h')
-rw-r--r--Source/cmFileCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFileCommand.h b/Source/cmFileCommand.h
index 73323a6..ed43207 100644
--- a/Source/cmFileCommand.h
+++ b/Source/cmFileCommand.h
@@ -66,7 +66,7 @@ public:
return
" FILE(WRITE filename \"message to write\"... )\n"
" FILE(APPEND filename \"message to write\"... )\n"
- " FILE(READ filename variable)\n"
+ " FILE(READ filename variable [LIMIT numBytes])\n"
" FILE(GLOB variable [RELATIVE path] [globbing expressions]...)\n"
" FILE(GLOB_RECURSE variable [RELATIVE path] \n"
" [globbing expressions]...)\n"