diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-07 17:53:35 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-07 17:53:35 (GMT) |
commit | 53564358cade9ae184f8ae9e13a4c1eb879c782f (patch) | |
tree | a8f1a506e79373a817e8f33de0fb4579ba7a0d40 /Source/CPack/cpack.cxx | |
parent | 2ed1ca11bc38b8de92c023ecc01d93a3b942071a (diff) | |
download | CMake-53564358cade9ae184f8ae9e13a4c1eb879c782f.zip CMake-53564358cade9ae184f8ae9e13a4c1eb879c782f.tar.gz CMake-53564358cade9ae184f8ae9e13a4c1eb879c782f.tar.bz2 |
ENH: Add missing help for -C option
Diffstat (limited to 'Source/CPack/cpack.cxx')
-rw-r--r-- | Source/CPack/cpack.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CPack/cpack.cxx b/Source/CPack/cpack.cxx index 4d35d77..4b850e8 100644 --- a/Source/CPack/cpack.cxx +++ b/Source/CPack/cpack.cxx @@ -69,6 +69,9 @@ static const cmDocumentationEntry cmDocumentationOptions[] = {"-P <ProjectName>", "Specify the project name.", "This option specifies the project name that will be used to generate the " "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.", "This option specifies the release version of the project that will be " "used by installer." }, |