summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-03-14 15:06:07 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-03-14 15:06:19 (GMT)
commitaccbf41da54ee9cbbedd040676e02ee57d47b73b (patch)
tree654586af4921c890ebe61a28a6695d52b135ee5c /Help/manual
parent46ad0f7e9dfa57ed4c1bd9f85f08ec5ec9d32f17 (diff)
parent077ab5774c637eb2262587425199579c90967577 (diff)
downloadCMake-accbf41da54ee9cbbedd040676e02ee57d47b73b.zip
CMake-accbf41da54ee9cbbedd040676e02ee57d47b73b.tar.gz
CMake-accbf41da54ee9cbbedd040676e02ee57d47b73b.tar.bz2
Merge topic 'short-commands'
077ab5774c cmake: add short version of '--target <tgt>...' option 071f5e1544 cmake: Reformat '--parallel' and '--verbose' options in help Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3078
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake.1.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index c5a3c88..a3c7834 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -269,14 +269,14 @@ following options:
``--build <dir>``
Project binary directory to be built. This is required and must be first.
-``-j [<jobs>], --parallel [<jobs>]``
+``--parallel [<jobs>], -j [<jobs>]``
The maximum number of concurrent processes to use when building.
If ``<jobs>`` is omitted the native build tool's default number is used.
The :envvar:`CMAKE_BUILD_PARALLEL_LEVEL` environment variable, if set,
specifies a default parallel level when this option is not given.
-``--target <tgt>...``
+``--target <tgt>..., -t <tgt>...``
Build ``<tgt>`` instead of default targets. May be specified multiple times.
``--config <cfg>``
@@ -289,7 +289,7 @@ following options:
``--use-stderr``
Ignored. Behavior is default in CMake >= 3.0.
-``-v, --verbose``
+``--verbose, -v``
Enable verbose output - if supported - including the build commands to be
executed.