From aff4c4cf04ba65d11691f5ec9eed1b1e6ed92f92 Mon Sep 17 00:00:00 2001 From: martink Date: Thu, 10 Mar 2005 15:04:21 +0000 Subject: [PATCH] ENH: better docs --- Source/ctest.cxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Source/ctest.cxx b/Source/ctest.cxx index f573f5fd2..7f9093018 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -3,8 +3,8 @@ Program: CMake - Cross-Platform Makefile Generator Module: $RCSfile: ctest.cxx,v $ Language: C++ - Date: $Date: 2005-02-22 14:12:10 $ - Version: $Revision: 1.77 $ + Date: $Date: 2005-03-10 15:04:21 $ + Version: $Revision: 1.78 $ Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details. @@ -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." }, -- 2.11.4.GIT