summaryrefslogtreecommitdiffstats
path: root/Source/cmStringCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-10-20 14:11:03 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-10-20 14:11:03 (GMT)
commit097debb55a6914b3498d4894d0169eea2e92c876 (patch)
tree14a4fd582751d8a1f1bb7563abc7cca047a7b1a2 /Source/cmStringCommand.h
parent1e6431801c3360085ba7bbbec9f6a432ce7efb4b (diff)
downloadCMake-097debb55a6914b3498d4894d0169eea2e92c876.zip
CMake-097debb55a6914b3498d4894d0169eea2e92c876.tar.gz
CMake-097debb55a6914b3498d4894d0169eea2e92c876.tar.bz2
BUG: end is not really end, but rather length
Diffstat (limited to 'Source/cmStringCommand.h')
-rw-r--r--Source/cmStringCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmStringCommand.h b/Source/cmStringCommand.h
index 8c6a11c..fc846d3 100644
--- a/Source/cmStringCommand.h
+++ b/Source/cmStringCommand.h
@@ -84,7 +84,7 @@ public:
" STRING(TOUPPER <string1> <output variable>)\n"
" STRING(TOLOWER <string1> <output variable>)\n"
" STRING(LENGTH <string> <output variable>)\n"
- " STRING(SUBSTRING <string> <begin> <end> <output variable>)\n"
+ " STRING(SUBSTRING <string> <begin> <length> <output variable>)\n"
"REGEX MATCH will match the regular expression once and store the "
"match in the output variable.\n"
"REGEX MATCHALL will match the regular expression as many times as "