commit 143af6658af56bfe6021eda058d292075d237480
parent af2aae02f2560353d527212b0981a568b9e1dc1b
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Wed, 30 Jul 2025 12:47:51 +0200
fix #10186
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
@@ -739,12 +739,12 @@ Additionally, there are two global configuration options of note:
for the exchange and the crypto helpers. We recommend pointing both users
to the same configuration file!
-The ``taler-wallet-cli`` has a helper command that generates a
+The ``taler-harness`` has a helper command that generates a
reasonable denomination structure.
.. code-block:: shell-session
- [root@exchange-online]# taler-wallet-cli deployment gen-coin-config \
+ [root@exchange-online]# taler-harness deployment gen-coin-config \
--min-amount EUR:0.01 \
--max-amount EUR:100 \
> /etc/taler-exchange/conf.d/exchange-coins.conf
@@ -753,7 +753,7 @@ You can manually review and edit the generated configuration file. The main
change that is possibly required is updating the various fees. Note that you
MUST NOT edit a coin configuration section after the initial setup. If you
must ``change`` the values, you must instead create a new section with a
-different unique name (still with the ``coin-`` prefix) and comment out or
+different unique name (still with the ``coin_`` prefix) and comment out or
remove the existing section. Do take care to not introduce the name of the
disabled section again in the future.