summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-10-28 11:36:59 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-10-28 11:37:07 (GMT)
commitfe310851a8e4f960536a036352c0f9d60b3e8cb0 (patch)
treef3d2075c2e0aed63a0432436fa01302c26477d1e /Help
parent1a5c95e82878498e9dcd3ea51828cb9b3978f5d8 (diff)
parentef03124237a1bbbb47b71faaecbaac174839d1e4 (diff)
downloadCMake-fe310851a8e4f960536a036352c0f9d60b3e8cb0.zip
CMake-fe310851a8e4f960536a036352c0f9d60b3e8cb0.tar.gz
CMake-fe310851a8e4f960536a036352c0f9d60b3e8cb0.tar.bz2
Merge topic 'cmake-gui-manual-argument' into release-3.19
ef03124237 CMake GUI: Add --browse-manual argument Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5417
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 97b5731..281986f 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