summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake.1.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-08-19 11:20:46 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-08-19 11:21:03 (GMT)
commit6c7f3c839b5af6101751b2b0f09b1346e886ba86 (patch)
tree2ef0105e25d3afb7b995a744cf6a6fdf6f8477b1 /Help/manual/cmake.1.rst
parentfbef4c6ced4b0b547859fda9447b5ed9bae5e9f1 (diff)
parent536a25fedc5a1cb57c23a13ebc37e3bf50b3fb9e (diff)
downloadCMake-6c7f3c839b5af6101751b2b0f09b1346e886ba86.zip
CMake-6c7f3c839b5af6101751b2b0f09b1346e886ba86.tar.gz
CMake-6c7f3c839b5af6101751b2b0f09b1346e886ba86.tar.bz2
Merge topic 'feature/cmake-man-page-short-option-first'
536a25fedc Help: Convenient declaration for `-j, --parallel` option Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7588
Diffstat (limited to 'Help/manual/cmake.1.rst')
-rw-r--r--Help/manual/cmake.1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index 7eaf3fa..8cec9d4 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -537,7 +537,7 @@ following options:
Lists the available build presets. The current working directory must
contain CMake preset files.
-.. option:: --parallel [<jobs>], -j [<jobs>]
+.. option:: -j [<jobs>], --parallel [<jobs>]
The maximum number of concurrent processes to use when building.
If ``<jobs>`` is omitted the native build tool's default number is used.