summaryrefslogtreecommitdiff
path: root/manpages/taler-exchange-wirewatch.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'manpages/taler-exchange-wirewatch.1.rst')
-rw-r--r--manpages/taler-exchange-wirewatch.1.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/manpages/taler-exchange-wirewatch.1.rst b/manpages/taler-exchange-wirewatch.1.rst
index 08bb6014..dbd0f2bc 100644
--- a/manpages/taler-exchange-wirewatch.1.rst
+++ b/manpages/taler-exchange-wirewatch.1.rst
@@ -14,6 +14,7 @@ Synopsis
**taler-exchange-wirewatch**
[**-c** *FILENAME* | **--config=**\ ‌\ *FILENAME*]
[**-h** | **--help**]
+[**-I**_|_**--ignore-not-found**]
[**-L** *LOGLEVEL* | **--loglevel=**\ ‌\ *LOGLEVEL*]
[**-l** *FILENAME* | **--logfile=**\ ‌\ *FILENAME*]
[**-r** | **--reset**]
@@ -33,9 +34,16 @@ Its options are as follows:
Use the configuration and other resources for the exchange to operate
from *FILENAME*.
+**-f** *DELAY*\| **--longpoll-timeout=**\ \ *DELAY*
+ How long do we wait for a response for bank transactions from the bank. This is both the timeout for the long polling as well as the maximum frequency at which we would query the bank. Specified with unit (e.g. 30s, 1d, 2w), if no unit is given the number is interpreted in microseconds. Default is 60s.
+
**-h** \| **--help**
Print short help on options.
+**-I** \| **--ignore-not-found**
+ Do not fail if the bank says that the exchange bank account does not (yet) exist.
+ Keep trying.
+
**-L** *LOGLEVEL* \| **--loglevel=**\ ‌\ *LOGLEVEL*
Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``,
``WARNING``, ``ERROR``.