mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-16 11:40:25 -06:00
Help: Use consistent plural form for CPack configurations
This commit is contained in:
@@ -51,10 +51,10 @@ Options
|
|||||||
the :variable:`CPACK_GENERATOR` variable determines the default set of
|
the :variable:`CPACK_GENERATOR` variable determines the default set of
|
||||||
generators that will be used.
|
generators that will be used.
|
||||||
|
|
||||||
.. option:: -C <configs>
|
.. option:: -C <configurations>
|
||||||
|
|
||||||
Specify the project configuration(s) to be packaged (e.g. ``Debug``,
|
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>`.
|
:ref:`semicolon-separated list <CMake Language Lists>`.
|
||||||
When the CMake project uses a multi-configuration
|
When the CMake project uses a multi-configuration
|
||||||
generator such as Xcode or Visual Studio, this option is needed to tell
|
generator such as Xcode or Visual Studio, this option is needed to tell
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ cmDocumentationEntry const cmDocumentationUsage = { {}, " cpack [options]" };
|
|||||||
|
|
||||||
cmDocumentationEntry const cmDocumentationOptions[14] = {
|
cmDocumentationEntry const cmDocumentationOptions[14] = {
|
||||||
{ "-G <generators>", "Override/define CPACK_GENERATOR" },
|
{ "-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." },
|
{ "-D <var>=<value>", "Set a CPack variable." },
|
||||||
{ "--config <configFile>", "Specify the config file." },
|
{ "--config <configFile>", "Specify the config file." },
|
||||||
{ "-V,--verbose", "Enable verbose output" },
|
{ "-V,--verbose", "Enable verbose output" },
|
||||||
|
|||||||
Reference in New Issue
Block a user