summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-10-22 16:41:07 -0400
committerBrad King <brad.king@kitware.com>2014-10-22 16:41:07 -0400
commit35ca4863aad357fbdb9d549e12d6c07f30ce9c54 (patch)
tree792aaae56138e2b1ca6c26ed3aa9251e727c051c
parent58b2d760ee094e6f1a4a8701f86efcb81977b047 (diff)
downloadcmake-35ca4863aad357fbdb9d549e12d6c07f30ce9c54.tar.gz
Help: Wrap long ctest_submit signature line
-rw-r--r--Help/command/ctest_submit.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/Help/command/ctest_submit.rst b/Help/command/ctest_submit.rst
index ed801bb61d..d9b0b78494 100644
--- a/Help/command/ctest_submit.rst
+++ b/Help/command/ctest_submit.rst
@@ -5,7 +5,11 @@ Submit results to a dashboard server.
::
- ctest_submit([PARTS ...] [FILES ...] [RETRY_COUNT count] [RETRY_DELAY delay][RETURN_VALUE res])
+ ctest_submit([PARTS ...] [FILES ...]
+ [RETRY_COUNT count]
+ [RETRY_DELAY delay]
+ [RETURN_VALUE res]
+ )
By default all available parts are submitted if no PARTS or FILES are
specified. The PARTS option lists a subset of parts to be submitted.