diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-08-09 19:33:17 (GMT) |
---|---|---|
committer | Alex Turbov <i.zaufi@gmail.com> | 2022-08-14 05:58:41 (GMT) |
commit | 28ecfd1690fe949274a7be8cd1869b68bef7f64d (patch) | |
tree | b4b7dfefb783338a5753c989c14d73a52465cf3f /Help/manual/cmake.1.rst | |
parent | 57f23fa8fcd508ac26a2e87deae0704c11e77933 (diff) | |
download | CMake-28ecfd1690fe949274a7be8cd1869b68bef7f64d.zip CMake-28ecfd1690fe949274a7be8cd1869b68bef7f64d.tar.gz CMake-28ecfd1690fe949274a7be8cd1869b68bef7f64d.tar.bz2 |
Help: Short options first, then long, then Windows style
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. |