summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2020-10-14 19:03:48 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2020-10-19 14:25:57 (GMT)
commitb9c8c57860fc88da421630e20aee5a369ebafba0 (patch)
treed148d90626d3f617b5d2dfa013abe29685e14074
parentc436aaaad14406916185c06fe0554d53130b5483 (diff)
downloadCMake-b9c8c57860fc88da421630e20aee5a369ebafba0.zip
CMake-b9c8c57860fc88da421630e20aee5a369ebafba0.tar.gz
CMake-b9c8c57860fc88da421630e20aee5a369ebafba0.tar.bz2
Help: s/unusedVars/unusedCli/
This was a mistake in the documentation. Fixes: #21303
-rw-r--r--Help/manual/cmake-presets.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-presets.7.rst b/Help/manual/cmake-presets.7.rst
index 2c0aa48..e48722b 100644
--- a/Help/manual/cmake-presets.7.rst
+++ b/Help/manual/cmake-presets.7.rst
@@ -248,7 +248,7 @@ Format
An optional boolean. Setting this to ``true`` is equivalent to passing
``--warn-uninitialized`` on the command line.
- ``unusedVars``
+ ``unusedCli``
An optional boolean. Setting this to ``false`` is equivalent to passing
``--no-warn-unused-cli`` on the command line.