diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-03-01 15:53:09 -0500 |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-03-01 15:53:09 -0500 |
commit | f8c982cf786362385048071bb35bf826fa1516c4 (patch) | |
tree | 4c2ea1a3ed7d62a7abe9ea72386dab7ec5a24568 /Source/cmFileCommand.h | |
parent | 508ddaf929da47e1bf54fc3d348792694fb4b1b9 (diff) | |
download | cmake-f8c982cf786362385048071bb35bf826fa1516c4.tar.gz |
ENH: added LIMIT on file read
Diffstat (limited to 'Source/cmFileCommand.h')
-rw-r--r-- | Source/cmFileCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFileCommand.h b/Source/cmFileCommand.h index 73323a6880..ed43207231 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" |