summaryrefslogtreecommitdiffstats
path: root/Source/cmakemain.cxx
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2010-08-25 16:36:21 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2010-09-01 17:08:14 (GMT)
commit4ff03402fc137bf5624d4a71c1ad3b177e5ceb53 (patch)
tree30fc83fbf66af3220e2b13301cea6390a11d4c50 /Source/cmakemain.cxx
parentd7999e9b294f93f68b5ec9e3efd8017fad3f05d9 (diff)
downloadCMake-4ff03402fc137bf5624d4a71c1ad3b177e5ceb53.zip
CMake-4ff03402fc137bf5624d4a71c1ad3b177e5ceb53.tar.gz
CMake-4ff03402fc137bf5624d4a71c1ad3b177e5ceb53.tar.bz2
Rename find-unused to warn-unused
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r--Source/cmakemain.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx
index af92200..8d4c334 100644
--- a/Source/cmakemain.cxx
+++ b/Source/cmakemain.cxx
@@ -122,9 +122,9 @@ static const char * cmDocumentationOptions[][3] =
"message(send_error ) calls."},
{"--warn-uninitialized", "Warn about uninitialized values.",
"Print a warning when an uninitialized variable is used."},
- {"--find-unused", "Find unused variables.",
+ {"--warn-unused", "Warn about unused variables.",
"Find variables that are declared on the command line, but not used."},
- {"--find-unused-all", "Find all unused variables.",
+ {"--warn-unused-all", "Warn about all unused variables.",
"Find variables that are declared, but not used."},
{"--help-command cmd [file]", "Print help for a single command and exit.",
"Full documentation specific to the given command is displayed. "