Răsfoiți Sursa

Help: Fix build_command alternative signature docs

Do not specify that --config will not be added, because the
command does add it.
Brad King 11 ani în urmă
părinte
comite
28e7a135e0
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Help/command/build_command.rst

+ 1 - 1
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.
 compatibility.  Use the first signature instead.
 
 
 It sets the given ``<cachevariable>`` to a command-line string as
 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
 The ``<makecommand>`` is ignored but should be the full path to
 msdev, devenv, nmake, make or one of the end user build tools
 msdev, devenv, nmake, make or one of the end user build tools
 for legacy invocations.
 for legacy invocations.