commit 9e7cd4ae1e8717600eeb33bcb03820cdd2b361d2
parent 2217073265654a398701b6b99edc98d8f8a6c9d4
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Mon, 8 Feb 2021 03:58:04 -0500
add colon (three instances)
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
@@ -1396,7 +1396,7 @@ The tool ``taler-config`` can be used to extract or manipulate
configuration values; however, the configuration use the well-known INI
file format and can also be edited by hand.
-Run
+Run:
.. code-block:: console
@@ -1404,7 +1404,7 @@ Run
to list all of the configuration values in section ``$SECTION``.
-Run
+Run:
.. code-block:: console
@@ -1413,7 +1413,7 @@ Run
to extract the respective configuration value for option ``$option`` in
section ``$section``.
-Finally, to change a setting, run
+Finally, to change a setting, run:
.. code-block:: console