From ffe7c8c66d8d3bf71ec408feaf8ce648a905dbbb Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Sun, 6 Nov 2022 01:09:06 +0100 Subject: [PATCH 1/3] Replace `taler-config -f` example with one that actually works --- frags/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 index c15df84..9e6df14 100644 --- 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 -- 2.38.1