summaryrefslogtreecommitdiffstats
path: root/Help/guide/tutorial
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2022-08-04 06:51:54 (GMT)
committerAlex Turbov <i.zaufi@gmail.com>2022-08-04 15:34:44 (GMT)
commit63940e1cabe24069b81b5c2b56502932b753a123 (patch)
tree84a4141decbe4a9ae2cc2ad102362ea54486bd21 /Help/guide/tutorial
parent183a49cbfe0359072e379a30295355ecfb9c70a5 (diff)
downloadCMake-63940e1cabe24069b81b5c2b56502932b753a123.zip
CMake-63940e1cabe24069b81b5c2b56502932b753a123.tar.gz
CMake-63940e1cabe24069b81b5c2b56502932b753a123.tar.bz2
Help: Replace mentions of ``-C`` option with :option:`-C` role
Diffstat (limited to 'Help/guide/tutorial')
-rw-r--r--Help/guide/tutorial/Packaging an Installer.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/guide/tutorial/Packaging an Installer.rst b/Help/guide/tutorial/Packaging an Installer.rst
index 5f0b27a..328bf1b 100644
--- a/Help/guide/tutorial/Packaging an Installer.rst
+++ b/Help/guide/tutorial/Packaging an Installer.rst
@@ -38,8 +38,8 @@ binary directory run:
cpack
-To specify the generator, use the ``-G`` option. For multi-config builds, use
-``-C`` to specify the configuration. For example:
+To specify the generator, use the :option:`-G <cpack -G>` option. For multi-config builds,
+use :option:`-C <cpack -C>` to specify the configuration. For example:
.. code-block:: console