summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2019-07-02 13:14:31 (GMT)
committerCraig Scott <craig.scott@crascit.com>2019-07-03 13:38:25 (GMT)
commitddc7ea46961da54fe00d13f20e6192540f801949 (patch)
treec2bba2f95ff0c4e9d9c13cad9890759825119d18
parentc509f38b7b8c80e0174be75b6f8d5e99343213b7 (diff)
downloadCMake-ddc7ea46961da54fe00d13f20e6192540f801949.zip
CMake-ddc7ea46961da54fe00d13f20e6192540f801949.tar.gz
CMake-ddc7ea46961da54fe00d13f20e6192540f801949.tar.bz2
Help: Clarify how to provide multiple targets with cmake --target
-rw-r--r--Help/manual/cmake.1.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index dccf797..e91f060 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -290,7 +290,8 @@ following options:
value of ``1`` can be used to limit to a single job.
``--target <tgt>..., -t <tgt>...``
- Build ``<tgt>`` instead of default targets. May be specified multiple times.
+ Build ``<tgt>`` instead of the default target. Multiple targets may be
+ given, separated by spaces.
``--config <cfg>``
For multi-configuration tools, choose configuration ``<cfg>``.