mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-20 04:24:36 +08:00
Fix the spelling of the flag for warn-unused-vars
This commit is contained in:
@@ -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."},
|
||||
|
Reference in New Issue
Block a user