aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2022-01-24 04:22:10 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2022-01-24 04:22:10 -0500
commitd6d3763b89ea0582e3dd9232bdfe5f545301fd22 (patch)
treed84a5b52fa48d45b4182171cfa41f21d869dd9e6
parent2c0db9f9f2d62f49363f0b049fb91db1d5d9bdd3 (diff)
downloaddocs-d6d3763b89ea0582e3dd9232bdfe5f545301fd22.tar.gz
docs-d6d3763b89ea0582e3dd9232bdfe5f545301fd22.tar.bz2
docs-d6d3763b89ea0582e3dd9232bdfe5f545301fd22.zip
reorder command ‘config’ before ‘default-exchange’
It seems that ‘config’ is needed to define a demobank. After it's defined, then ‘default-exchange’ can set that demobank's exchange.
-rw-r--r--manpages/libeufin-sandbox.1.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/manpages/libeufin-sandbox.1.rst b/manpages/libeufin-sandbox.1.rst
index 1e581734..80a7344a 100644
--- a/manpages/libeufin-sandbox.1.rst
+++ b/manpages/libeufin-sandbox.1.rst
@@ -46,7 +46,7 @@ The interaction model is as follows:
Or are some of the commands to be used AFTER ‘serve’ starts?
Or is it a mix? (I believe it is a mix, but am not sure.)
-- Configure the sandbox with commands ``default-exchange``, ``config``,
+- Configure the sandbox with commands ``config``, ``default-exchange``,
``make-transaction``, and ``camt053tick``.
- Start the HTTP server with command ``serve``.
@@ -62,14 +62,14 @@ The interaction model is as follows:
The following sections describe each command in detail.
-Command ``default-exchange``
-============================
+Command ``config``
+==================
.. WRITEME
-Command ``config``
-==================
+Command ``default-exchange``
+============================
.. WRITEME