summaryrefslogtreecommitdiffstats
path: root/Source/ctest.cxx
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2009-12-11 19:30:26 (GMT)
committerZach Mullen <zach.mullen@kitware.com>2009-12-11 19:30:26 (GMT)
commitc46fd5ebf956a8ab85c609d0ff638f77bf10ea21 (patch)
tree7271a37b308ef0efbb033985698b44444ad97e44 /Source/ctest.cxx
parentb2e7da885d44c56c48a61d89a34f66b6f514e52e (diff)
downloadCMake-c46fd5ebf956a8ab85c609d0ff638f77bf10ea21.zip
CMake-c46fd5ebf956a8ab85c609d0ff638f77bf10ea21.tar.gz
CMake-c46fd5ebf956a8ab85c609d0ff638f77bf10ea21.tar.bz2
Document new --http1.0 option.
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r--Source/ctest.cxx3
1 files changed, 3 insertions, 0 deletions
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 <seconds>", "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 <cmd> [<file>]", "Show help for a single command and exit.",
"Prints the help for the command to stdout or to the specified file." },
{"--help-command-list [<file>]", "List available commands and exit.",