diff options
author | Brad King <brad.king@kitware.com> | 2014-10-22 20:41:07 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-10-22 20:41:07 (GMT) |
commit | 35ca4863aad357fbdb9d549e12d6c07f30ce9c54 (patch) | |
tree | 792aaae56138e2b1ca6c26ed3aa9251e727c051c /Help/command | |
parent | 58b2d760ee094e6f1a4a8701f86efcb81977b047 (diff) | |
download | CMake-35ca4863aad357fbdb9d549e12d6c07f30ce9c54.zip CMake-35ca4863aad357fbdb9d549e12d6c07f30ce9c54.tar.gz CMake-35ca4863aad357fbdb9d549e12d6c07f30ce9c54.tar.bz2 |
Help: Wrap long ctest_submit signature line
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/ctest_submit.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Help/command/ctest_submit.rst b/Help/command/ctest_submit.rst index ed801bb..d9b0b78 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. |