summaryrefslogtreecommitdiffstats
path: root/Help/envvar/DESTDIR.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-10-05 18:33:10 (GMT)
committerBrad King <brad.king@kitware.com>2022-10-05 19:27:40 (GMT)
commitb768a5e23ba58b1eaf747c54451a5a255663650b (patch)
tree93ce8d691dcc28f9dc869400ef60db4ab6ef22d6 /Help/envvar/DESTDIR.rst
parent6ace9562e730328b87ad5b56390e70cb7704050a (diff)
downloadCMake-b768a5e23ba58b1eaf747c54451a5a255663650b.zip
CMake-b768a5e23ba58b1eaf747c54451a5a255663650b.tar.gz
CMake-b768a5e23ba58b1eaf747c54451a5a255663650b.tar.bz2
Help: Disambiguate cmake(1) program modes in Sphinx option references
Define the entry point to each mode as an option for the `cmake` program, but reference the options for that mode as part of stand-in `cmake-<mode>` programs.
Diffstat (limited to 'Help/envvar/DESTDIR.rst')
-rw-r--r--Help/envvar/DESTDIR.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/envvar/DESTDIR.rst b/Help/envvar/DESTDIR.rst
index 414db12..dec8430 100644
--- a/Help/envvar/DESTDIR.rst
+++ b/Help/envvar/DESTDIR.rst
@@ -22,7 +22,7 @@ See the :variable:`CMAKE_INSTALL_PREFIX` variable to control the
installation prefix when configuring a build tree. Or, when using
the :manual:`cmake(1)` command-line tool's :option:`--install <cmake --install>`
mode, one may specify a different prefix using the
-:option:`--prefix <cmake --prefix>` option.
+:option:`--prefix <cmake--install --prefix>` option.
.. note::