summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-04-25 21:48:51 (GMT)
committerBrad King <brad.king@kitware.com>2007-04-25 21:48:51 (GMT)
commitb81eff588d32eaf09d498c45c067794e22f9c6ff (patch)
tree9d13b0bac46ffbb563906251f96a12eefe9872ec /Source
parent0fb689973eb34ba6172b3805569091984e37e911 (diff)
downloadCMake-b81eff588d32eaf09d498c45c067794e22f9c6ff.zip
CMake-b81eff588d32eaf09d498c45c067794e22f9c6ff.tar.gz
CMake-b81eff588d32eaf09d498c45c067794e22f9c6ff.tar.bz2
STYLE: Fixed line-too-long.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmStringCommand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmStringCommand.h b/Source/cmStringCommand.h
index 283c91a..23e78c7 100644
--- a/Source/cmStringCommand.h
+++ b/Source/cmStringCommand.h
@@ -85,7 +85,8 @@ public:
" STRING(TOLOWER <string1> <output variable>)\n"
" STRING(LENGTH <string> <output variable>)\n"
" STRING(SUBSTRING <string> <begin> <length> <output variable>)\n"
- " STRING(RANDOM [LENGTH <length>] [ALPHABET <alphabet>] <output variable>)\n"
+ " STRING(RANDOM [LENGTH <length>] [ALPHABET <alphabet>]\n"
+ " <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 "