summaryrefslogtreecommitdiff
path: root/Source/cmakemain.cxx
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2010-08-25 12:36:21 -0400
committerBen Boeckel <ben.boeckel@kitware.com>2010-09-01 13:08:14 -0400
commit4ff03402fc137bf5624d4a71c1ad3b177e5ceb53 (patch)
tree30fc83fbf66af3220e2b13301cea6390a11d4c50 /Source/cmakemain.cxx
parentd7999e9b294f93f68b5ec9e3efd8017fad3f05d9 (diff)
downloadcmake-4ff03402fc137bf5624d4a71c1ad3b177e5ceb53.tar.gz
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 af922000bb..8d4c3344c3 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. "