summaryrefslogtreecommitdiff
path: root/Source/ctest.cxx
diff options
context:
space:
mode:
authorRegina Pfeifer <regina@mailbox.org>2018-12-09 22:10:31 +0100
committerRegina Pfeifer <regina@mailbox.org>2018-12-09 22:10:31 +0100
commit3e0eb3307f2fd4c70fdb6eb4cd0ab44196107c89 (patch)
treed4cf63a84de6e83db040e2b4f178f98e14d85fa6 /Source/ctest.cxx
parentdd8c575932b0b1462c3f4f1cbbab1a5fb1526036 (diff)
downloadcmake-3e0eb3307f2fd4c70fdb6eb4cd0ab44196107c89.tar.gz
Help: clarify documentation of ctest --timeout
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r--Source/ctest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx
index ca8a7763a9..ca412aeffb 100644
--- a/Source/ctest.cxx
+++ b/Source/ctest.cxx
@@ -128,7 +128,7 @@ static const char* cmDocumentationOptions[][2] = {
{ "--schedule-random", "Use a random order for scheduling tests" },
{ "--submit-index",
"Submit individual dashboard tests with specific index" },
- { "--timeout <seconds>", "Set a global timeout on all tests." },
+ { "--timeout <seconds>", "Set the default test timeout." },
{ "--stop-time <time>",
"Set a time at which all tests should stop running." },
{ "--http1.0", "Submit using HTTP 1.0." },