summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-05-08 15:39:34 -0400
committerBrad King <brad.king@kitware.com>2015-05-12 09:06:49 -0400
commit28e7a135e001afb36a7cff8e896ebac75390dde0 (patch)
tree63942f3ffdb52cf963c5b66766df21a555f59ca2
parent231601b696d79075b9c0fe346a8b336f291f6829 (diff)
downloadcmake-28e7a135e001afb36a7cff8e896ebac75390dde0.tar.gz
Help: Fix build_command alternative signature docs
Do not specify that --config will not be added, because the command does add it.
-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 82a9a42b9f..fa971e46c7 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.