taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 9e202929fe1859e3ffa3b8faa16fe919eb2c5387
parent dbba76da4a7b79e369062bfc68cb22ddb67eae1e
Author: Florian Jung <flo@windfis.ch>
Date:   Sun,  6 Nov 2022 01:09:06 +0100

Replace `taler-config -f` example with one that actually works

Signed-off-by: Christian Grothoff <christian@grothoff.org>

Diffstat:
Mfrags/using-taler-config.rst | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/frags/using-taler-config.rst b/frags/using-taler-config.rst @@ -39,10 +39,8 @@ compare: .. code-block:: console - $ taler-config -s ACCOUNT-bank \ - -o WIRE_RESPONSE - $ taler-config -f -s ACCOUNT-bank \ - -o WIRE_RESPONSE + $ taler-config --section exchange-offline --option MASTER_PRIV_FILE + $ taler-config -f --section exchange-offline --option MASTER_PRIV_FILE While the configuration file is typically located at ``$HOME/.config/taler.conf``, an alternative location can be specified