1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-20 12:53:55 +08:00

Fix the spelling of the flag for warn-unused-vars

This commit is contained in:
Ben Boeckel
2010-09-02 11:39:01 -04:00
parent b94812072a
commit b74777fdb2

View File

@@ -122,7 +122,7 @@ static const char * cmDocumentationOptions[][3] =
"message(send_error ) calls."},
{"--warn-uninitialized", "Warn about uninitialized values.",
"Print a warning when an uninitialized variable is used."},
{"--warn-unused-all", "Warn about unused variables.",
{"--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."},