summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-05-21 13:03:48 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-05-21 13:03:48 (GMT)
commitf3e4e3ecde21e790c6428f553f81e4d544f4e73b (patch)
tree359ec5676362975b8f408655bdb79754c0f2768d /Source
parente604bb1be9358f72b479b1710a3251b0cecca13c (diff)
parentb0ea36730847695c5e9579de92e7dd4272cfc27a (diff)
downloadCMake-f3e4e3ecde21e790c6428f553f81e4d544f4e73b.zip
CMake-f3e4e3ecde21e790c6428f553f81e4d544f4e73b.tar.gz
CMake-f3e4e3ecde21e790c6428f553f81e4d544f4e73b.tar.bz2
Merge topic 'doc-cache-option-space'
b0ea3673 Help: Spell '-D' option consistently across documentation (#15575)
Diffstat (limited to 'Source')
-rw-r--r--Source/cmake.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 0d1977e..0a1ee7d 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -403,7 +403,7 @@ private:
#define CMAKE_STANDARD_OPTIONS_TABLE \
{"-C <initial-cache>", "Pre-load a script to populate the cache."}, \
- {"-D <var>:<type>=<value>", "Create a cmake cache entry."}, \
+ {"-D <var>[:<type>]=<value>", "Create a cmake cache entry."}, \
{"-U <globbing_expr>", "Remove matching entries from CMake cache."}, \
{"-G <generator-name>", "Specify a build system generator."},\
{"-T <toolset-name>", "Specify toolset name if supported by generator."}, \