summaryrefslogtreecommitdiffstats
path: root/Help/cpack_gen
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2022-08-04 07:06:20 (GMT)
committerAlex Turbov <i.zaufi@gmail.com>2022-08-04 15:34:45 (GMT)
commitd25b232dee81bca67a3a1008f6c1c8ad559b89ab (patch)
tree119083dba507ee5dc4cced6a7acd49836896fd4f /Help/cpack_gen
parent63940e1cabe24069b81b5c2b56502932b753a123 (diff)
downloadCMake-d25b232dee81bca67a3a1008f6c1c8ad559b89ab.zip
CMake-d25b232dee81bca67a3a1008f6c1c8ad559b89ab.tar.gz
CMake-d25b232dee81bca67a3a1008f6c1c8ad559b89ab.tar.bz2
Help: Replace mentions of ``-G`` option with :option:`-G` role
Diffstat (limited to 'Help/cpack_gen')
-rw-r--r--Help/cpack_gen/rpm.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/cpack_gen/rpm.rst b/Help/cpack_gen/rpm.rst
index 0d287fc..13b7255 100644
--- a/Help/cpack_gen/rpm.rst
+++ b/Help/cpack_gen/rpm.rst
@@ -972,7 +972,7 @@ For CMake projects SRPM package would be produced by executing::
Produced SRPM package is expected to be built with :manual:`cmake(1)` executable
and packaged with :manual:`cpack(1)` executable so CMakeLists.txt has to be
located in root source directory and must be able to generate binary rpm
- packages by executing ``cpack -G`` command. The two executables as well as
+ packages by executing :option:`cpack -G` command. The two executables as well as
rpmbuild must also be present when generating binary rpm packages from the
produced SRPM package.