summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-01-06 20:24:04 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-01-06 20:24:04 -0500
commit68ebf60359906eda7d24c69fed0181692885dacd (patch)
treeac342acee2114b3d331f9bd4bd624050fe6807b3
parentdcd276a239de0a7861656883afb98474ca7c6d90 (diff)
downloaddocs-68ebf60359906eda7d24c69fed0181692885dacd.tar.gz
docs-68ebf60359906eda7d24c69fed0181692885dacd.tar.bz2
docs-68ebf60359906eda7d24c69fed0181692885dacd.zip
vet taler-exchange-transfer(1) options
- document options ‘-c’, ‘-L’, ‘-l’, ‘-T’ - add example for ‘-T’
-rw-r--r--manpages/taler-exchange-transfer.1.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/manpages/taler-exchange-transfer.1.rst b/manpages/taler-exchange-transfer.1.rst
index 05ee8aca..c9b41930 100644
--- a/manpages/taler-exchange-transfer.1.rst
+++ b/manpages/taler-exchange-transfer.1.rst
@@ -12,7 +12,11 @@ Synopsis
========
**taler-exchange-transfer**
+[**-c** *FILENAME* | **––config=**\ ‌\ *FILENAME*]
[**-h** | **––help**]
+[**-L** *LOGLEVEL* | **––loglevel=**\ ‌\ *LOGLEVEL*]
+[**-l** *FILENAME* | **––logfile=**\ ‌\ *FILENAME*]
+[**-T** *USEC* | **––timetravel**\ \ *USEC*]
[**-t** | **––test**]
[**-v** | **––version**]
@@ -29,6 +33,18 @@ The transfers are prepared by the **taler-exchange-aggregator** and **taler-exch
**-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 system time by given microsecond offset.
+ *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.