mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 00:59:19 -06:00
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:
@@ -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
|
||||
===========
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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`_
|
||||
|
||||
Reference in New Issue
Block a user