summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-01-07 20:39:39 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-01-07 20:39:39 -0500
commit2af8cd63a31c04e30e19f1b38db5688e6ebd4f31 (patch)
treec29f7cd3a9b80825c3167041b1009114c4429edb /manpages
parentaf35eb7493613eaaae5f7f53f985eabec3a61120 (diff)
downloaddocs-2af8cd63a31c04e30e19f1b38db5688e6ebd4f31.tar.gz
docs-2af8cd63a31c04e30e19f1b38db5688e6ebd4f31.tar.bz2
docs-2af8cd63a31c04e30e19f1b38db5688e6ebd4f31.zip
taler-exchange-closer(1): add opts ‘-c’, ‘-L’, ‘-l’, ‘-T’
Diffstat (limited to 'manpages')
-rw-r--r--manpages/taler-exchange-closer.1.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/manpages/taler-exchange-closer.1.rst b/manpages/taler-exchange-closer.1.rst
index 22f5aec3..7f316368 100644
--- a/manpages/taler-exchange-closer.1.rst
+++ b/manpages/taler-exchange-closer.1.rst
@@ -12,7 +12,11 @@ Synopsis
========
**taler-exchange-closer**
+[**-c** *FILENAME* | **––config=**\ ‌\ *FILENAME*]
[**-h** | **––help**]
+[**-L** *LOGLEVEL* | **––loglevel=**\ ‌\ *LOGLEVEL*]
+[**-l** *FILENAME* | **––logfile=**\ ‌\ *FILENAME*]
+[**-T** *USEC* | **––timetravel=**\ \ *USEC*]
[**-t** | **––test**]
[**-v** | **––version**]
@@ -31,6 +35,18 @@ to the originating bank account to be scheduled.
**-h** \| **––help**
Print short help on options.
+**-L** *LOGLEVEL* \| **––loglevel=**\ ‌\ *LOGLEVEL*
+ Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``,
+ ``WARNING``, ``ERROR``.
+
+**-l** *FILENAME* \| **––logfile=**\ ‌\ *FILENAME*
+ Send logging output to *FILENAME*.
+
+**-T** *USEC* \| **––timetravel=**\ \ *USEC*
+ Modify the system time by *USEC* microseconds.
+ *USEC* may be prefixed with ``+`` or ``-`` (e.g. ``-T +300``).
+ This option is intended for debugging/testing only.
+
**-t** \| **––test**
Run in test mode and exit when idle.