summaryrefslogtreecommitdiffstats
path: root/Source/cmIncludeRegularExpressionCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-11 19:50:11 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-11 19:50:11 (GMT)
commitba2b99bb9ff5e260f3129fdb4f87ae7e67a08301 (patch)
tree9813a8b1160fa7900b626b0092c01cdd1c306ebc /Source/cmIncludeRegularExpressionCommand.h
parent80f71359c1157ddaa59291b95d2c05ceb577ffde (diff)
downloadCMake-ba2b99bb9ff5e260f3129fdb4f87ae7e67a08301.zip
CMake-ba2b99bb9ff5e260f3129fdb4f87ae7e67a08301.tar.gz
CMake-ba2b99bb9ff5e260f3129fdb4f87ae7e67a08301.tar.bz2
STYLE: fix line length
Diffstat (limited to 'Source/cmIncludeRegularExpressionCommand.h')
-rw-r--r--Source/cmIncludeRegularExpressionCommand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmIncludeRegularExpressionCommand.h b/Source/cmIncludeRegularExpressionCommand.h
index f7fc412..7b31dc8 100644
--- a/Source/cmIncludeRegularExpressionCommand.h
+++ b/Source/cmIncludeRegularExpressionCommand.h
@@ -65,7 +65,8 @@ public:
" INCLUDE_REGULAR_EXPRESSION(regex_match [regex_complain])\n"
"Set the regular expressions used in dependency checking. Only files "
"matching regex_match will be traced as dependencies. Only files "
- "matching regex_complain will generate warnings if they cannot be found "
+ "matching regex_complain will generate warnings if they cannot be "
+ "found "
"(standard header paths are not searched). The defaults are:\n"
" regex_match = \"^.*$\" (match everything)\n"
" regex_complain = \"^$\" (match empty string only)";