summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-07-14 13:22:02 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-07-14 13:22:27 (GMT)
commitbf8bf11fe5590937441faacb0bf619c7a4ae0fa8 (patch)
tree5cfd325cad35818381c10f68ff3a846f9cea6562 /Help/manual
parente274bd6fd94af75f14b62e713b66a923b1c24378 (diff)
parent161f1f42d6400f4de85767108c090991c41326fe (diff)
downloadCMake-bf8bf11fe5590937441faacb0bf619c7a4ae0fa8.zip
CMake-bf8bf11fe5590937441faacb0bf619c7a4ae0fa8.tar.gz
CMake-bf8bf11fe5590937441faacb0bf619c7a4ae0fa8.tar.bz2
Merge topic 'doc-cmake-build-signature'
161f1f42d6 Help: Clarify 'cmake --build' signature alternatives Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6343
Diffstat (limited to 'Help/manual')
-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 2d639b6..e23ddd8 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -408,7 +408,8 @@ project binary tree:
.. code-block:: shell
- cmake --build [<dir> | --preset <preset>] [<options>] [-- <build-tool-options>]
+ cmake --build <dir> [<options>] [-- <build-tool-options>]
+ cmake --build --preset <preset> [<options>] [-- <build-tool-options>]
This abstracts a native build tool's command-line interface with the
following options: