summaryrefslogtreecommitdiff
path: root/Help/guide/tutorial/Packaging an Installer.rst
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2022-08-04 13:45:23 +0400
committerAlex Turbov <i.zaufi@gmail.com>2022-08-04 19:34:45 +0400
commit04843d743e08beeb257f6ce781633b2a9647ab07 (patch)
tree46607d1f086a823e01f540d40ed27f2ee8891b87 /Help/guide/tutorial/Packaging an Installer.rst
parent09446266ee701513315b483d8a0169a51b69e783 (diff)
downloadcmake-04843d743e08beeb257f6ce781633b2a9647ab07.tar.gz
Help: Replace a bunch of more ``--option`` to `:option:` role
Diffstat (limited to 'Help/guide/tutorial/Packaging an Installer.rst')
-rw-r--r--Help/guide/tutorial/Packaging an Installer.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/guide/tutorial/Packaging an Installer.rst b/Help/guide/tutorial/Packaging an Installer.rst
index 328bf1b4e4..e3d8de0c64 100644
--- a/Help/guide/tutorial/Packaging an Installer.rst
+++ b/Help/guide/tutorial/Packaging an Installer.rst
@@ -46,7 +46,7 @@ use :option:`-C <cpack -C>` to specify the configuration. For example:
cpack -G ZIP -C Debug
For a list of available generators, see :manual:`cpack-generators(7)` or call
-``cpack --help``. An :cpack_gen:`archive generator <CPack Archive Generator>`
+:option:`cpack --help`. An :cpack_gen:`archive generator <CPack Archive Generator>`
like ZIP creates a compressed archive of all *installed* files.
To create an archive of the *full* source tree you would type: