diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-10-11 20:02:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-10-12 13:29:48 (GMT) |
commit | c3ec1b741189c218173f9a69d6362a4414cbead2 (patch) | |
tree | 16d387801acb74ca98f46f7d0a711f2817097d79 | |
parent | a0349eb13f81ab64c9876609804655df9e8e7b80 (diff) | |
download | CMake-c3ec1b741189c218173f9a69d6362a4414cbead2.zip CMake-c3ec1b741189c218173f9a69d6362a4414cbead2.tar.gz CMake-c3ec1b741189c218173f9a69d6362a4414cbead2.tar.bz2 |
Help: Replace the ref `cmake --workflow --preset` with `option` role
So, it'll look the same as refs to other commands in this release
notes below.
-rw-r--r-- | Help/release/3.25.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/release/3.25.rst b/Help/release/3.25.rst index 2250dd4..9c1d96b 100644 --- a/Help/release/3.25.rst +++ b/Help/release/3.25.rst @@ -38,8 +38,8 @@ Languages Command-Line ------------ -* A :ref:`cmake --workflow --preset <Workflow Mode>` mode was added - to drive sequences of configure, build, test, and package operations +* A :option:`cmake --workflow --preset <cmake--workflow --preset>` mode was + added to drive sequences of configure, build, test, and package operations through a single command. * The :option:`cmake -E capabilities <cmake-E capabilities>` command |