From 53564358cade9ae184f8ae9e13a4c1eb879c782f Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Tue, 7 Feb 2006 12:53:35 -0500 Subject: [PATCH] ENH: Add missing help for -C option --- Source/CPack/cpack.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/CPack/cpack.cxx b/Source/CPack/cpack.cxx index 4d35d7752..4b850e874 100644 --- a/Source/CPack/cpack.cxx +++ b/Source/CPack/cpack.cxx @@ -69,6 +69,9 @@ static const cmDocumentationEntry cmDocumentationOptions[] = {"-P ", "Specify the project name.", "This option specifies the project name that will be used to generate the " "installer." }, + {"-C ", "Specify the project configuration", + "This option specifies the configuration that the project was build with, " + "for example 'Debug', 'Release'." }, {"-R ", "Specify the release version of the project.", "This option specifies the release version of the project that will be " "used by installer." },