diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2023-02-09 16:31:04 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2023-02-09 16:33:06 (GMT) |
commit | b5383bc76798284dc928dd1d63b5f95d1a00f6b6 (patch) | |
tree | ee7c10be7098dc61be24cc74dd6af8afa1210841 /Help/manual/cmake-gui.1.rst | |
parent | 536f35c4f155d9d6b234659562bb34607c9b93ce (diff) | |
download | CMake-b5383bc76798284dc928dd1d63b5f95d1a00f6b6.zip CMake-b5383bc76798284dc928dd1d63b5f95d1a00f6b6.tar.gz CMake-b5383bc76798284dc928dd1d63b5f95d1a00f6b6.tar.bz2 |
cmake-gui: Add optional filename argument to --browse-manual
Diffstat (limited to 'Help/manual/cmake-gui.1.rst')
-rw-r--r-- | Help/manual/cmake-gui.1.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Help/manual/cmake-gui.1.rst b/Help/manual/cmake-gui.1.rst index cdb860f..367b0a7 100644 --- a/Help/manual/cmake-gui.1.rst +++ b/Help/manual/cmake-gui.1.rst @@ -11,7 +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 + cmake-gui [<options>] --browse-manual [<filename>] Description =========== @@ -46,9 +46,11 @@ Options Name of the preset to use from the project's :manual:`presets <cmake-presets(7)>` files, if it has them. -.. option:: --browse-manual +.. option:: --browse-manual [<filename>] - Open the CMake reference manual in a browser and immediately exit. + Open the CMake reference manual in a browser and immediately exit. If + ``<filename>`` is specified, open that file within the reference manual + instead of ``index.html``. .. include:: OPTIONS_HELP.txt |