From c46fd5ebf956a8ab85c609d0ff638f77bf10ea21 Mon Sep 17 00:00:00 2001 From: Zach Mullen Date: Fri, 11 Dec 2009 14:30:26 -0500 Subject: Document new --http1.0 option. --- Source/ctest.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/ctest.cxx b/Source/ctest.cxx index 629df2e..8b6889d 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -218,6 +218,9 @@ static const char * cmDocumentationOptions[][3] = {"--timeout ", "Set a global timeout on all tests.", "This option will set a global timeout on all tests that do not already " "have a timeout set on them."}, + {"--http1.0", "Submit using HTTP 1.0.", + "This option will force CTest to use HTTP 1.0 to submit files to the " + "dashboard, instead of HTTP 1.1."}, {"--help-command []", "Show help for a single command and exit.", "Prints the help for the command to stdout or to the specified file." }, {"--help-command-list []", "List available commands and exit.", -- cgit v0.12