summaryrefslogtreecommitdiff
path: root/taler-wallet.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-03-24 18:07:54 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-03-24 18:07:54 +0530
commitda863232486aee72eebf3f76000329f27e5163f5 (patch)
tree94b323479f18e034c9a53a4268c0ca329d1bee40 /taler-wallet.rst
parent149de84d66c86fdd324bb4fe6eb239651c69b78a (diff)
downloaddocs-da863232486aee72eebf3f76000329f27e5163f5.tar.gz
docs-da863232486aee72eebf3f76000329f27e5163f5.tar.bz2
docs-da863232486aee72eebf3f76000329f27e5163f5.zip
clarifications
Diffstat (limited to 'taler-wallet.rst')
-rw-r--r--taler-wallet.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/taler-wallet.rst b/taler-wallet.rst
index 995237bd..25e4c17b 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -87,6 +87,10 @@ Integration Test Example
Integration tests can be done with the low-level wallet commands. To select which coins and denominations
to use, the wallet can dump the coins in an easy-to-process format (`CoinDumpJson <https://git.taler.net/wallet-core.git/tree/src/types/talerTypes.ts#n734>`__).
+The database file for the wallet can be selected with the ``--wallet-db``
+option. This option must be passed to the ``taler-wallet-cli`` command and not
+the subcommands. If the database file doesn't exist, it will be created.
+
The following example does a simple withdrawal recoup:
.. code-block:: sh
@@ -132,7 +136,8 @@ To test refreshing, force a refresh:
$ taler-wallet-cli --wallet-db=mydb.json advanced force-refresh "$coin_pub"
-To test zombie coins, use the timetravel option, it **must** be passed to the top-level command and not the subcommand:
+To test zombie coins, use the timetravel option. It **must** be passed to the
+top-level command and not the subcommand:
.. code-block:: sh