summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-02-08 03:58:04 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-02-08 03:58:04 -0500
commit9e7cd4ae1e8717600eeb33bcb03820cdd2b361d2 (patch)
tree760b9cfdd60e7ec2c34c6c4e33bd35c01e344a99
parent2217073265654a398701b6b99edc98d8f8a6c9d4 (diff)
downloaddocs-9e7cd4ae1e8717600eeb33bcb03820cdd2b361d2.tar.gz
docs-9e7cd4ae1e8717600eeb33bcb03820cdd2b361d2.tar.bz2
docs-9e7cd4ae1e8717600eeb33bcb03820cdd2b361d2.zip
add colon (three instances)
-rw-r--r--taler-merchant-manual.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index b0b788e6..d9408239 100644
--- 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