diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-12 18:36:39 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-12 18:36:39 (GMT) |
commit | bf5ed9b27b5ce80348de2ec283c7c13893a00360 (patch) | |
tree | 3b90c5eead00de46c7c140f83c374886c3f3a34e /Source/cmakemain.cxx | |
parent | cac30b5ff8f7034b5290700a4dee28c84e001ac9 (diff) | |
download | CMake-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.cxx | 3 |
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, |