Merge topic 'doc-cpack-configs'

d289d720cb Help: Use consistent plural form for CPack configurations

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10546
This commit is contained in:
Craig Scott
2025-03-30 09:55:32 +00:00
committed by Kitware Robot
2 changed files with 3 additions and 3 deletions

View File

@@ -51,10 +51,10 @@ Options
the :variable:`CPACK_GENERATOR` variable determines the default set of
generators that will be used.
.. option:: -C <configs>
.. option:: -C <configurations>
Specify the project configuration(s) to be packaged (e.g. ``Debug``,
``Release``, etc.), where ``<configs>`` is a
``Release``, etc.), where ``<configurations>`` is a
:ref:`semicolon-separated list <CMake Language Lists>`.
When the CMake project uses a multi-configuration
generator such as Xcode or Visual Studio, this option is needed to tell

View File

@@ -48,7 +48,7 @@ cmDocumentationEntry const cmDocumentationUsage = { {}, " cpack [options]" };
cmDocumentationEntry const cmDocumentationOptions[14] = {
{ "-G <generators>", "Override/define CPACK_GENERATOR" },
{ "-C <Configuration>", "Specify the project configuration" },
{ "-C <Configurations>", "Specify the project configuration(s)" },
{ "-D <var>=<value>", "Set a CPack variable." },
{ "--config <configFile>", "Specify the config file." },
{ "-V,--verbose", "Enable verbose output" },