From c401fc5dee64e5a678f74cc745296c902e7a4f88 Mon Sep 17 00:00:00 2001 From: Alex Turbov Date: Tue, 9 Aug 2022 23:34:20 +0400 Subject: Help: Simplify optional repeating option Similar form has already been used in the `ctest -M [-T ]...` synopsis and looks quite clean w/o extra characters. --- Help/manual/cmake.1.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst index 26f9d7c..755e1c4 100644 --- a/Help/manual/cmake.1.rst +++ b/Help/manual/cmake.1.rst @@ -22,7 +22,7 @@ Synopsis cmake --open `Run a Script`_ - cmake [{-D =}...] -P + cmake [-D =]... -P `Run a Command-Line Tool`_ cmake -E [] @@ -668,7 +668,7 @@ Run a Script .. code-block:: shell - cmake [{-D =}...] -P [-- ...] + cmake [-D =]... -P [-- ...] .. option:: -D = -- cgit v0.12