From 7d811ceb3a1a022d799c711a62d348c1353a582a Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Wed, 14 Oct 2020 09:47:01 -0400 Subject: Help: Fix invalid code-block in cmake(1) manual Fixes: #21304 --- Help/manual/cmake.1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst index b345db0..b8a1b42 100644 --- a/Help/manual/cmake.1.rst +++ b/Help/manual/cmake.1.rst @@ -1156,7 +1156,7 @@ with one of the following options: To view the presets available for a project, use -.. code-block::shell +.. code-block:: shell cmake --list-presets -- cgit v0.12