summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorPaul Seyfert <pseyfert.mathphys@gmail.com>2019-02-25 11:31:44 (GMT)
committerBrad King <brad.king@kitware.com>2019-02-26 12:37:29 (GMT)
commit02ba5d57dfbe9172e75e2b831a91941680702383 (patch)
treefa85bca9bec2da100ccb28eef82fe3a648a25847 /Help
parente6897c72e7c59f7a0b82ed19c1bdb40d42f7adaa (diff)
downloadCMake-02ba5d57dfbe9172e75e2b831a91941680702383.zip
CMake-02ba5d57dfbe9172e75e2b831a91941680702383.tar.gz
CMake-02ba5d57dfbe9172e75e2b831a91941680702383.tar.bz2
Help: Fix --build-and-test synopsis in ctest(1)
The synopsis added by commit 9d3aa95ca4 (Help: Divide ctest(1) manual options into sections, 2017-11-08, v3.11.0-rc1~359^2~2) is missing the actual `--build-and-test` argument! Add it now.
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/ctest.1.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst
index bcf75ac..d1bd69b 100644
--- a/Help/manual/ctest.1.rst
+++ b/Help/manual/ctest.1.rst
@@ -11,8 +11,9 @@ Synopsis
.. parsed-literal::
ctest [<options>]
- ctest <path-to-source> <path-to-build> --build-generator <generator>
- [<options>...] [-- <build-options>...] [--test-command <test>]
+ ctest --build-and-test <path-to-source> <path-to-build>
+ --build-generator <generator> [<options>...]
+ [--build-options <opts>...] [--test-command <command> [<args>...]]
ctest {-D <dashboard> | -M <model> -T <action> | -S <script> | -SP <script>}
[-- <dashboard-options>...]