diff options
author | Brad King <brad.king@kitware.com> | 2018-04-18 12:25:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-04-18 12:28:32 (GMT) |
commit | 909ab169eb83f0a60f717aa87c5549e77e09e35f (patch) | |
tree | 32ab532868bf188c57e34ef45c96903e9f96bd99 /Help/manual/cmake.1.rst | |
parent | 9260dedfd2ab473d87679e215ea10cd572765766 (diff) | |
download | CMake-909ab169eb83f0a60f717aa87c5549e77e09e35f.zip CMake-909ab169eb83f0a60f717aa87c5549e77e09e35f.tar.gz CMake-909ab169eb83f0a60f717aa87c5549e77e09e35f.tar.bz2 |
Help: Fix command-line synopsis markup syntax
Use `{}` to surround required parts instead of `()`.
Fixes: #17917
Diffstat (limited to 'Help/manual/cmake.1.rst')
-rw-r--r-- | Help/manual/cmake.1.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst index c2e6435..577d321 100644 --- a/Help/manual/cmake.1.rst +++ b/Help/manual/cmake.1.rst @@ -8,8 +8,8 @@ Synopsis .. parsed-literal:: - cmake [<options>] (<path-to-source> | <path-to-existing-build>) - cmake [(-D <var>=<value>)...] -P <cmake-script-file> + cmake [<options>] {<path-to-source> | <path-to-existing-build>} + cmake [{-D <var>=<value>}...] -P <cmake-script-file> cmake --build <dir> [<options>...] [-- <build-tool-options>...] cmake --open <dir> cmake -E <command> [<options>...] |