diff options
author | Brad King <brad.king@kitware.com> | 2022-10-05 18:33:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-10-05 19:27:40 (GMT) |
commit | b768a5e23ba58b1eaf747c54451a5a255663650b (patch) | |
tree | 93ce8d691dcc28f9dc869400ef60db4ab6ef22d6 /Help/release/dev | |
parent | 6ace9562e730328b87ad5b56390e70cb7704050a (diff) | |
download | CMake-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/release/dev')
-rw-r--r-- | Help/release/dev/cmake-E-env-modify.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/release/dev/cmake-E-env-modify.rst b/Help/release/dev/cmake-E-env-modify.rst index ea4a622..08f1fb5 100644 --- a/Help/release/dev/cmake-E-env-modify.rst +++ b/Help/release/dev/cmake-E-env-modify.rst @@ -1,5 +1,5 @@ cmake-E-env-modify ------------------ -* A new ``--modify`` flag was added to :option:`cmake -E env <cmake_E env>` to support :prop_test:`ENVIRONMENT_MODIFICATION` - operations. +* A new ``--modify`` flag was added to :option:`cmake -E env <cmake-E env>` to + support :prop_test:`ENVIRONMENT_MODIFICATION` operations. |