Browse Source

Help: Convenient declaration for `-j, --parallel` option

pull/354/head
Alex Turbov 3 years ago
parent
commit
536a25fedc
No known key found for this signature in database GPG Key ID: 8BEDB7D11F95D5E3
  1. 2
      Help/manual/cmake.1.rst

2
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.

Loading…
Cancel
Save