summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2020-10-23 12:47:56 -0400
committerKyle Edwards <kyle.edwards@kitware.com>2020-10-27 12:05:41 -0400
commitef03124237a1bbbb47b71faaecbaac174839d1e4 (patch)
tree3ba05bce6682366a4d8409676095fb3bc6006d44 /Help
parent8d6a0b9364581fbb95746c93cac4ec3c213f534b (diff)
downloadcmake-ef03124237a1bbbb47b71faaecbaac174839d1e4.tar.gz
CMake GUI: Add --browse-manual argument
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-gui.1.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/manual/cmake-gui.1.rst b/Help/manual/cmake-gui.1.rst
index 97b5731647..281986f1b0 100644
--- a/Help/manual/cmake-gui.1.rst
+++ b/Help/manual/cmake-gui.1.rst
@@ -11,6 +11,7 @@ Synopsis
cmake-gui [<options>]
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
Description
===========
@@ -40,6 +41,9 @@ Options
Name of the preset to use from the project's
:manual:`presets <cmake-presets(7)>` files, if it has them.
+``--browse-manual``
+ Open the CMake reference manual in a browser and immediately exit.
+
.. include:: OPTIONS_HELP.txt
See Also