commit ffe066c746b09dcf6156bfb51f22741847c60393
parent 4be3c0f42804decc59467f7fd0572449a4388f9d
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Thu, 7 Jan 2021 21:02:06 -0500
taler-exchange-httpd(1): add opts ‘-a’, ‘-l’, ‘-n’, ‘-T’
Diffstat:
1 file changed, 15 insertions(+), 0 deletions(-)
diff --git a/manpages/taler-exchange-httpd.1.rst b/manpages/taler-exchange-httpd.1.rst
@@ -12,11 +12,15 @@ Synopsis
========
**taler-exchange-httpd**
+[**-a** | **––allow-timetravel**]
[**-C** | **––connection-close**]
[**-c** *FILENAME* | **––config=**\ \ *FILENAME*]
[**-f** *FILENAME* | **––file-input=**\ \ *FILENAME*]
[**-h** | **––help**]
[**-L** *LOGLEVEL* | **––loglevel=**\ \ *LOGLEVEL*]
+[**-l** *FILENAME* | **––logfile=**\ \ *FILENAME*]
+[**-n** *N* | **––num-threads=**\ \ *N*]
+[**-T** *USEC* | **––timetravel=**\ \ *USEC*]
[**-t** *SECONDS* | **––timeout=**\ \ *SECONDS*]
[**-v** | **––version**]
@@ -67,6 +71,17 @@ Its options are as follows:
Specifies the log level to use. Accepted values are: DEBUG, INFO,
WARNING, ERROR.
+**-l** *FILENAME* \| **––logfile=**\ \ *FILENAME*
+ Send logging output to *FILENAME*.
+
+**-n** *N* \| **––num-threads=**\ \ *N*
+ Use *N* threads in the thread pool.
+
+**-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** *SECONDS* \| **––timeout=**\ \ *SECONDS*
Specifies the number of SECONDS after which the HTTPD should close
(idle) HTTP connections.