diff options
author | Brad King <brad.king@kitware.com> | 2018-04-19 12:20:56 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-04-19 12:21:00 (GMT) |
commit | 6c13ddd6cb0c51afd2789db34b41416b5706336b (patch) | |
tree | eb6391bb592dc3aa40f0318ea958cb7ea96635ff /Help/manual/ctest.1.rst | |
parent | 541b53375de703ad5bb7a90cd72beefbb5452f96 (diff) | |
parent | 909ab169eb83f0a60f717aa87c5549e77e09e35f (diff) | |
download | CMake-6c13ddd6cb0c51afd2789db34b41416b5706336b.zip CMake-6c13ddd6cb0c51afd2789db34b41416b5706336b.tar.gz CMake-6c13ddd6cb0c51afd2789db34b41416b5706336b.tar.bz2 |
Merge topic 'doc-synopsis-markup'
909ab169eb Help: Fix command-line synopsis markup syntax
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1981
Diffstat (limited to 'Help/manual/ctest.1.rst')
-rw-r--r-- | Help/manual/ctest.1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 75af22e..9553d15 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -13,7 +13,7 @@ Synopsis ctest [<options>] ctest <path-to-source> <path-to-build> --build-generator <generator> [<options>...] [-- <build-options>...] [--test-command <test>] - ctest (-D <dashboard> | -M <model> -T <action> | -S <script> | -SP <script>) + ctest {-D <dashboard> | -M <model> -T <action> | -S <script> | -SP <script>} [-- <dashboard-options>...] Description |