summaryrefslogtreecommitdiffstats
path: root/Source/cmakemain.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-12 18:36:39 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-12 18:36:39 (GMT)
commitbf5ed9b27b5ce80348de2ec283c7c13893a00360 (patch)
tree3b90c5eead00de46c7c140f83c374886c3f3a34e /Source/cmakemain.cxx
parentcac30b5ff8f7034b5290700a4dee28c84e001ac9 (diff)
downloadCMake-bf5ed9b27b5ce80348de2ec283c7c13893a00360.zip
CMake-bf5ed9b27b5ce80348de2ec283c7c13893a00360.tar.gz
CMake-bf5ed9b27b5ce80348de2ec283c7c13893a00360.tar.bz2
STYLE: fix line length
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r--Source/cmakemain.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx
index 039108d..bb01116 100644
--- a/Source/cmakemain.cxx
+++ b/Source/cmakemain.cxx
@@ -45,7 +45,8 @@ static const cmDocumentationEntry cmDocumentationDescription[] =
{
{0,
"The \"cmake\" executable is the CMake command-line interface. It may "
- "be used to configure projects in scripts. Project configuration settings "
+ "be used to configure projects in scripts. Project configuration "
+ "settings "
"may be specified on the command line with the -D option. The -i option "
"will cause cmake to interactively prompt for such settings.", 0},
CMAKE_STANDARD_INTRODUCTION,