ENH: better docs

This commit is contained in:
Ken Martin 2005-03-10 10:04:21 -05:00
parent 21acffc617
commit 0e3f4214b9
1 changed files with 3 additions and 1 deletions

View File

@ -132,7 +132,9 @@ static const cmDocumentationEntry cmDocumentationOptions[] =
{"--build-project", "Specify the name of the project to build.", "" },
{"--build-makeprogram", "Specify the make program to use.", "" },
{"--build-noclean", "Skip the make clean step.", "" },
{"--build-options", "Add extra options to the build step.", "" },
{"--build-options", "Add extra options to the build step.",
"This option must be the last option with the exception of --test-command" },
{"--test-command", "The test to run with the --build-and-test option.", "" },
{"--tomorrow-tag", "Nightly or experimental starts with next day tag.",
"This is useful if the build will not finish in one day." },