diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2019-03-07 16:52:38 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2019-03-07 16:52:38 (GMT) |
commit | d7ca0a2644ca2348c6e7273c3f20e1c51db2b321 (patch) | |
tree | 485db65a28d9b38b222be20c08cdbcc0c18ac4bd /Help/command | |
parent | e58e38f2fbd31fd1527c19c2a33151a6c23ff22f (diff) | |
download | CMake-d7ca0a2644ca2348c6e7273c3f20e1c51db2b321.zip CMake-d7ca0a2644ca2348c6e7273c3f20e1c51db2b321.tar.gz CMake-d7ca0a2644ca2348c6e7273c3f20e1c51db2b321.tar.bz2 |
Help: add code-block directive
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/ctest_submit.rst | 2 |
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>") |