summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2019-07-04 12:29:39 (GMT)
committerCraig Scott <craig.scott@crascit.com>2019-07-04 12:29:39 (GMT)
commit12e46dc413193c42589918bc588b5a41774329a8 (patch)
tree81d0a53b4a4db1ca530cd7a56e3746e992e5f0f8 /Help/manual
parent1f389b4498e0f096eb1ad60ebf62c871179ff7fa (diff)
parentd5b722bbbd684477e8b8a979ba62a2f1b45a720c (diff)
downloadCMake-12e46dc413193c42589918bc588b5a41774329a8.zip
CMake-12e46dc413193c42589918bc588b5a41774329a8.tar.gz
CMake-12e46dc413193c42589918bc588b5a41774329a8.tar.bz2
Merge branch 'docs-misc-trivial-cleanups' into release-3.15
Merge-request: !3498
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake.1.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index 13cba71..ff099dd 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>``.
@@ -333,16 +334,16 @@ The options are:
Project binary directory to install. This is required and must be first.
``--config <cfg>``
- For multi-configuration tools, choose configuration ``<cfg>``.
+ For multi-configuration generators, choose configuration ``<cfg>``.
``--component <comp>``
Component-based install. Only install component ``<comp>``.
``--prefix <prefix>``
- The installation prefix :variable:`CMAKE_INSTALL_PREFIX`.
+ Override the installation prefix, :variable:`CMAKE_INSTALL_PREFIX`.
``--strip``
- Strip before installing by setting ``CMAKE_INSTALL_DO_STRIP``.
+ Strip before installing.
``-v, --verbose``
Enable verbose output.