diff options
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>") |