summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2019-03-07 16:52:38 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2019-03-07 16:52:38 (GMT)
commitd7ca0a2644ca2348c6e7273c3f20e1c51db2b321 (patch)
tree485db65a28d9b38b222be20c08cdbcc0c18ac4bd
parente58e38f2fbd31fd1527c19c2a33151a6c23ff22f (diff)
downloadCMake-d7ca0a2644ca2348c6e7273c3f20e1c51db2b321.zip
CMake-d7ca0a2644ca2348c6e7273c3f20e1c51db2b321.tar.gz
CMake-d7ca0a2644ca2348c6e7273c3f20e1c51db2b321.tar.bz2
Help: add code-block directive
-rw-r--r--Help/command/ctest_submit.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/ctest_submit.rst b/Help/command/ctest_submit.rst
index ca9d058..ac9eac1 100644
--- a/Help/command/ctest_submit.rst
+++ b/Help/command/ctest_submit.rst
@@ -50,7 +50,7 @@ The options are:
authenticated clients. In this case, you should provide a bearer token in your
header:
- ::
+ .. code-block:: cmake
ctest_submit(HTTPHEADER "Authorization: Bearer <auth-token>")