Help: Wrap long ctest_submit signature line

This commit is contained in:
Brad King 2014-10-22 16:41:07 -04:00
parent 58b2d760ee
commit 35ca4863aa
1 changed files with 5 additions and 1 deletions

View File

@ -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.