summaryrefslogtreecommitdiffstats
path: root/Help/manual/ccmake.1.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-04-18 12:25:47 (GMT)
committerBrad King <brad.king@kitware.com>2018-04-18 12:28:32 (GMT)
commit909ab169eb83f0a60f717aa87c5549e77e09e35f (patch)
tree32ab532868bf188c57e34ef45c96903e9f96bd99 /Help/manual/ccmake.1.rst
parent9260dedfd2ab473d87679e215ea10cd572765766 (diff)
downloadCMake-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/ccmake.1.rst')
-rw-r--r--Help/manual/ccmake.1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/ccmake.1.rst b/Help/manual/ccmake.1.rst
index a5fe191..cc3ceec 100644
--- a/Help/manual/ccmake.1.rst
+++ b/Help/manual/ccmake.1.rst
@@ -8,7 +8,7 @@ Synopsis
.. parsed-literal::
- ccmake [<options>] (<path-to-source> | <path-to-existing-build>)
+ ccmake [<options>] {<path-to-source> | <path-to-existing-build>}
Description
===========