summaryrefslogtreecommitdiffstats
path: root/Source/cmakemain.cxx
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2010-09-16 15:49:58 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2010-09-16 15:49:58 (GMT)
commitf117423336a91f4f50f031d0acc892d4c10316c3 (patch)
treec9a9c684da2b79afc7667ffe9922f44db09551bf /Source/cmakemain.cxx
parente49a935c20550482e9f92ceb05d1f2a0bc519c91 (diff)
downloadCMake-f117423336a91f4f50f031d0acc892d4c10316c3.zip
CMake-f117423336a91f4f50f031d0acc892d4c10316c3.tar.gz
CMake-f117423336a91f4f50f031d0acc892d4c10316c3.tar.bz2
Fix line lengths to be no more than 78
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r--Source/cmakemain.cxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx
index aa455a0..a51673c 100644
--- a/Source/cmakemain.cxx
+++ b/Source/cmakemain.cxx
@@ -125,10 +125,12 @@ static const char * cmDocumentationOptions[][3] =
{"--warn-unused-vars", "Warn about unused variables.",
"Find variables that are declared or set, but not used."},
{"--no-warn-unused-cli", "Don't warn about command line options.",
- "Don't find variables that are declared on the command line, but not used."},
- {"--check-system-vars", "Find problems with variable usage in system files.",
- "Normally, unused and uninitialized variables are searched for only in CMAKE_SOURCE_DIR "
- "and CMAKE_BINARY_DIR. This flag tells CMake to warn about other files as well."},
+ "Don't find variables that are declared on the command line, but not "
+ "used."},
+ {"--check-system-vars", "Find problems with variable usage in system "
+ "files.", "Normally, unused and uninitialized variables are searched for "
+ "only in CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR. This flag tells CMake to "
+ "warn about other files as well."},
{"--help-command cmd [file]", "Print help for a single command and exit.",
"Full documentation specific to the given command is displayed. "
"If a file is specified, the documentation is written into and the output "