Help: {<…> | <…>}<…|…>

The form of alternative names for "placeholders" has been used already
(e.g., `<file|dir>` in the `cmake(1)` manual).
This commit is contained in:
Alex Turbov
2022-08-09 23:20:57 +04:00
parent 5a20d4c250
commit 57f23fa8fc
3 changed files with 3 additions and 4 deletions

View File

@@ -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
===========

View File

@@ -9,7 +9,7 @@ Synopsis
.. parsed-literal::
cmake-gui [<options>]
cmake-gui [<options>] {<path-to-source> | <path-to-existing-build>}
cmake-gui [<options>] <path-to-source | path-to-existing-build>
cmake-gui [<options>] -S <path-to-source> -B <path-to-build>
cmake-gui [<options>] --browse-manual

View File

@@ -9,8 +9,7 @@ Synopsis
.. parsed-literal::
`Generate a Project Buildsystem`_
cmake [<options>] <path-to-source>
cmake [<options>] <path-to-existing-build>
cmake [<options>] <path-to-source | path-to-existing-build>
cmake [<options>] -S <path-to-source> -B <path-to-build>
`Build a Project`_