ENH: Add missing help for -C option
This commit is contained in:
parent
2ed1ca11bc
commit
53564358ca
|
@ -69,6 +69,9 @@ static const cmDocumentationEntry cmDocumentationOptions[] =
|
||||||
{"-P <ProjectName>", "Specify the project name.",
|
{"-P <ProjectName>", "Specify the project name.",
|
||||||
"This option specifies the project name that will be used to generate the "
|
"This option specifies the project name that will be used to generate the "
|
||||||
"installer." },
|
"installer." },
|
||||||
|
{"-C <Configuration>", "Specify the project configuration",
|
||||||
|
"This option specifies the configuration that the project was build with, "
|
||||||
|
"for example 'Debug', 'Release'." },
|
||||||
{"-R <ReleaseVersion>", "Specify the release version of the project.",
|
{"-R <ReleaseVersion>", "Specify the release version of the project.",
|
||||||
"This option specifies the release version of the project that will be "
|
"This option specifies the release version of the project that will be "
|
||||||
"used by installer." },
|
"used by installer." },
|
||||||
|
|
Loading…
Reference in New Issue