summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2022-08-18 10:18:49 (GMT)
committerAlex Turbov <i.zaufi@gmail.com>2022-08-18 10:18:49 (GMT)
commit536a25fedc5a1cb57c23a13ebc37e3bf50b3fb9e (patch)
tree6095e9e152a89f2738d02add02bbd1697f86338f /Help
parentb59615e92411261e41c58c3a721c5b9bd3a50459 (diff)
downloadCMake-536a25fedc5a1cb57c23a13ebc37e3bf50b3fb9e.zip
CMake-536a25fedc5a1cb57c23a13ebc37e3bf50b3fb9e.tar.gz
CMake-536a25fedc5a1cb57c23a13ebc37e3bf50b3fb9e.tar.bz2
Help: Convenient declaration for `-j, --parallel` option
Diffstat (limited to 'Help')
-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 1f91a25..4a3d70b 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.