summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorBartosz Kosiorek <bartosz.kosiorek@tomtom.com>2019-03-12 10:47:49 (GMT)
committerBartosz Kosiorek <bartosz.kosiorek@tomtom.com>2019-03-12 10:59:16 (GMT)
commit071f5e15440d676c36c6ed8a92618b8ca4bb36fe (patch)
treee3c2f80524187bec0de61e53f7291fb7b3f362e3 /Help/manual
parentb90cab5bff63902818cc3cc6268a7f96157c1381 (diff)
downloadCMake-071f5e15440d676c36c6ed8a92618b8ca4bb36fe.zip
CMake-071f5e15440d676c36c6ed8a92618b8ca4bb36fe.tar.gz
CMake-071f5e15440d676c36c6ed8a92618b8ca4bb36fe.tar.bz2
cmake: Reformat '--parallel' and '--verbose' options in help
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake.1.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index e9a08b5..17593f0 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -269,7 +269,7 @@ 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.
@@ -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.