diff options
Diffstat (limited to 'Help/manual/cmake.1.rst')
-rw-r--r-- | Help/manual/cmake.1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst index c5d3016..26f9d7c 100644 --- a/Help/manual/cmake.1.rst +++ b/Help/manual/cmake.1.rst @@ -545,7 +545,7 @@ following options: Some native build tools always build in parallel. The use of ``<jobs>`` value of ``1`` can be used to limit to a single job. -.. option:: --target <tgt>..., -t <tgt>... +.. option:: -t <tgt>..., --target <tgt>... Build ``<tgt>`` instead of the default target. Multiple targets may be given, separated by spaces. |