summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-03-10 15:04:21 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-03-10 15:04:21 (GMT)
commit0e3f4214b9ec5b213f19cde434cbafaf225696d3 (patch)
tree08ec279b8b1bcfd4ee57b2bba31e760c11ddbfae /Source
parent21acffc617075ea1b0782080e7c73db8c7115559 (diff)
downloadCMake-0e3f4214b9ec5b213f19cde434cbafaf225696d3.zip
CMake-0e3f4214b9ec5b213f19cde434cbafaf225696d3.tar.gz
CMake-0e3f4214b9ec5b213f19cde434cbafaf225696d3.tar.bz2
ENH: better docs
Diffstat (limited to 'Source')
-rw-r--r--Source/ctest.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx
index 1626317..66ebb2a 100644
--- a/Source/ctest.cxx
+++ b/Source/ctest.cxx
@@ -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." },