diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2010-08-25 16:36:21 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2010-09-01 17:08:14 (GMT) |
commit | 4ff03402fc137bf5624d4a71c1ad3b177e5ceb53 (patch) | |
tree | 30fc83fbf66af3220e2b13301cea6390a11d4c50 /Source/cmakemain.cxx | |
parent | d7999e9b294f93f68b5ec9e3efd8017fad3f05d9 (diff) | |
download | CMake-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.cxx | 4 |
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. " |