diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-11-06 06:49:09 +0400 |
---|---|---|
committer | Alex Turbov <i.zaufi@gmail.com> | 2022-11-09 23:52:30 +0400 |
commit | 8c6274326d5bfb32e58a4da690138279854803e8 (patch) | |
tree | 1f381c147c8b643dc18f510a4145ea3845a90ebb /Help/command/ctest_update.rst | |
parent | c356a9451296f92eacb8e5ce44018965e91f4246 (diff) | |
download | cmake-8c6274326d5bfb32e58a4da690138279854803e8.tar.gz |
Help: Use CMake highlighting for command synopsis
Most of CMake commands use it. Fix a few of them to do the same.
Diffstat (limited to 'Help/command/ctest_update.rst')
-rw-r--r-- | Help/command/ctest_update.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/ctest_update.rst b/Help/command/ctest_update.rst index 63f991b5e0..836cdf1ff9 100644 --- a/Help/command/ctest_update.rst +++ b/Help/command/ctest_update.rst @@ -3,7 +3,7 @@ ctest_update Perform the :ref:`CTest Update Step` as a :ref:`Dashboard Client`. -:: +.. code-block:: cmake ctest_update([SOURCE <source-dir>] [RETURN_VALUE <result-var>] |