summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2022-08-09 19:07:14 (GMT)
committerAlex Turbov <i.zaufi@gmail.com>2022-08-14 05:58:41 (GMT)
commit5a20d4c2503ca57cf5d5ff3152c14c12b31d8ccd (patch)
tree5ad176f047e1df7ec6f425fe8e87f990fb521027
parent798834ef6322e7cac19e3d54e4fd80ed11a7c933 (diff)
downloadCMake-5a20d4c2503ca57cf5d5ff3152c14c12b31d8ccd.zip
CMake-5a20d4c2503ca57cf5d5ff3152c14c12b31d8ccd.tar.gz
CMake-5a20d4c2503ca57cf5d5ff3152c14c12b31d8ccd.tar.bz2
Help: Consistent spaces in option args
-rw-r--r--Help/manual/ctest.1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst
index ebcf517..02bdcaf 100644
--- a/Help/manual/ctest.1.rst
+++ b/Help/manual/ctest.1.rst
@@ -809,7 +809,7 @@ Run the ``ctest`` command with the current working directory set
to the build tree and use one of these signatures::
ctest -D <mode>[<step>]
- ctest -M <mode> [ -T <step> ]...
+ ctest -M <mode> [-T <step>]...
The ``<mode>`` must be one of the above `Dashboard Client Modes`_,
and each ``<step>`` must be one of the above `Dashboard Client Steps`_.