summaryrefslogtreecommitdiffstats
path: root/Help/generator/Visual Studio 17 2022.rst
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2022-08-04 08:54:43 (GMT)
committerAlex Turbov <i.zaufi@gmail.com>2022-08-04 15:34:45 (GMT)
commitb57f27b08799a8d0bb5e0c88d99b688e0fa42896 (patch)
tree23f881be8e7663ce12828d48d66e98bdb01095e9 /Help/generator/Visual Studio 17 2022.rst
parentd25b232dee81bca67a3a1008f6c1c8ad559b89ab (diff)
downloadCMake-b57f27b08799a8d0bb5e0c88d99b688e0fa42896.zip
CMake-b57f27b08799a8d0bb5e0c88d99b688e0fa42896.tar.gz
CMake-b57f27b08799a8d0bb5e0c88d99b688e0fa42896.tar.bz2
Help: Replace mentions of ``-T`` and ``-A`` options with role
Diffstat (limited to 'Help/generator/Visual Studio 17 2022.rst')
-rw-r--r--Help/generator/Visual Studio 17 2022.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/generator/Visual Studio 17 2022.rst b/Help/generator/Visual Studio 17 2022.rst
index edf9d60..ab101ac 100644
--- a/Help/generator/Visual Studio 17 2022.rst
+++ b/Help/generator/Visual Studio 17 2022.rst
@@ -25,7 +25,7 @@ The default target platform name (architecture) is that of the host
and is provided in the :variable:`CMAKE_VS_PLATFORM_NAME_DEFAULT` variable.
The :variable:`CMAKE_GENERATOR_PLATFORM` variable may be set, perhaps
-via the :manual:`cmake(1)` ``-A`` option, to specify a target platform
+via the :option:`cmake -A` option, to specify a target platform
name (architecture). For example:
* ``cmake -G "Visual Studio 17 2022" -A Win32``
@@ -38,7 +38,7 @@ Toolset Selection
The ``v143`` toolset that comes with VS 17 2022 is selected by default.
The :variable:`CMAKE_GENERATOR_TOOLSET` option may be set, perhaps
-via the :manual:`cmake(1)` ``-T`` option, to specify another toolset.
+via the :option:`cmake -T` option, to specify another toolset.
.. |VS_TOOLSET_HOST_ARCH_DEFAULT| replace::
By default this generator uses the 64-bit variant on x64 hosts and