diff options
author | Sam Freed <sfreed141@gmail.com> | 2020-11-25 17:58:31 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2020-11-28 05:32:31 (GMT) |
commit | ca289abea53fb0bbeb3bf84a65a4685476ae9d15 (patch) | |
tree | df9e787f61e12dac11f803f0ec07a2d8035e3ccb | |
parent | 9e83e77129880885d0490d6519e30c1559c5a47c (diff) | |
download | CMake-ca289abea53fb0bbeb3bf84a65a4685476ae9d15.zip CMake-ca289abea53fb0bbeb3bf84a65a4685476ae9d15.tar.gz CMake-ca289abea53fb0bbeb3bf84a65a4685476ae9d15.tar.bz2 |
Help: Fix presets typo (longDescription to displayName)
-rw-r--r-- | Help/manual/cmake-presets.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-presets.7.rst b/Help/manual/cmake-presets.7.rst index 62c4b7c..6f137c4 100644 --- a/Help/manual/cmake-presets.7.rst +++ b/Help/manual/cmake-presets.7.rst @@ -93,7 +93,7 @@ Format An optional array of strings representing the names of presets to inherit from. The preset will inherit all of the fields from the ``inherits`` presets by default (except ``name``, ``hidden``, ``inherits``, - ``description``, and ``longDescription``), but can override them as + ``description``, and ``displayName``), but can override them as desired. If multiple ``inherits`` presets provide conflicting values for the same field, the earlier preset in the ``inherits`` list will be preferred. Presets in ``CMakePresets.json`` may not inherit from presets |