[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] 03/03: taler-exchange-aggregator(1): vet opts ‘-c’, ‘-L’, ‘
From: |
gnunet |
Subject: |
[taler-docs] 03/03: taler-exchange-aggregator(1): vet opts ‘-c’, ‘-L’, ‘-l’, ‘-T’ |
Date: |
Thu, 07 Jan 2021 23:19:03 +0100 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a commit to branch master
in repository docs.
commit ad6b165139cbe15250c9c91517a579bf2f572e9c
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Jan 7 17:07:16 2021 -0500
taler-exchange-aggregator(1): vet opts ‘-c’, ‘-L’, ‘-l’, ‘-T’
---
manpages/taler-exchange-aggregator.1.rst | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/manpages/taler-exchange-aggregator.1.rst
b/manpages/taler-exchange-aggregator.1.rst
index b547cba..814c5c1 100644
--- a/manpages/taler-exchange-aggregator.1.rst
+++ b/manpages/taler-exchange-aggregator.1.rst
@@ -12,7 +12,11 @@ Synopsis
========
**taler-exchange-aggregator**
+[**-c** *FILENAME* | **––config=**\ \ *FILENAME*]
[**-h** | **––help**]
+[**-L** *LOGLEVEL* | **––loglevel=**\ \ *LOGLEVEL*]
+[**-l** *FILENAME* | **––logfile=**\ \ *FILENAME*]
+[**-T** *USEC* | **––timetravel**\ \ *USEC*]
[**-t** | **––test**]
[**-v** | **––version**]
@@ -30,6 +34,18 @@ done by **taler-exchange-transfer**.
**-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.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.