summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-05-08 19:39:34 (GMT)
committerBrad King <brad.king@kitware.com>2015-05-12 13:06:49 (GMT)
commit28e7a135e001afb36a7cff8e896ebac75390dde0 (patch)
tree63942f3ffdb52cf963c5b66766df21a555f59ca2 /Help/command
parent231601b696d79075b9c0fe346a8b336f291f6829 (diff)
downloadCMake-28e7a135e001afb36a7cff8e896ebac75390dde0.zip
CMake-28e7a135e001afb36a7cff8e896ebac75390dde0.tar.gz
CMake-28e7a135e001afb36a7cff8e896ebac75390dde0.tar.bz2
Help: Fix build_command alternative signature docs
Do not specify that --config will not be added, because the command does add it.
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/build_command.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/build_command.rst b/Help/command/build_command.rst
index 82a9a42..fa971e4 100644
--- a/Help/command/build_command.rst
+++ b/Help/command/build_command.rst
@@ -32,7 +32,7 @@ This second signature is deprecated, but still available for backwards
compatibility. Use the first signature instead.
It sets the given ``<cachevariable>`` to a command-line string as
-above but without the ``--config`` or ``--target`` options.
+above but without the ``--target`` option.
The ``<makecommand>`` is ignored but should be the full path to
msdev, devenv, nmake, make or one of the end user build tools
for legacy invocations.