summaryrefslogtreecommitdiffstats
path: root/Help/manual/OPTIONS_BUILD.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-05-20 12:30:36 (GMT)
committerBrad King <brad.king@kitware.com>2015-05-20 12:30:36 (GMT)
commitb0ea36730847695c5e9579de92e7dd4272cfc27a (patch)
tree4cfecdfa5884284ce7587737bba14d18e9d7daa5 /Help/manual/OPTIONS_BUILD.txt
parent594dd9b36a7f3ac37b56c89596ff38451570de3e (diff)
downloadCMake-b0ea36730847695c5e9579de92e7dd4272cfc27a.zip
CMake-b0ea36730847695c5e9579de92e7dd4272cfc27a.tar.gz
CMake-b0ea36730847695c5e9579de92e7dd4272cfc27a.tar.bz2
Help: Spell '-D' option consistently across documentation (#15575)
Always show the option with its argument separate in summary text. State in the main documentation that the option and its argument can be given together too.
Diffstat (limited to 'Help/manual/OPTIONS_BUILD.txt')
-rw-r--r--Help/manual/OPTIONS_BUILD.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/manual/OPTIONS_BUILD.txt b/Help/manual/OPTIONS_BUILD.txt
index e4c5873..4207db4 100644
--- a/Help/manual/OPTIONS_BUILD.txt
+++ b/Help/manual/OPTIONS_BUILD.txt
@@ -27,6 +27,9 @@
command in the project sets the type to ``PATH`` or ``FILEPATH``
then the ``<value>`` will be converted to an absolute path.
+ This option may also be given as a single argument:
+ ``-D<var>:<type>=<value>`` or ``-D<var>=<value>``.
+
``-U <globbing_expr>``
Remove matching entries from CMake cache.