summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-01-07 21:02:06 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-01-07 21:02:06 -0500
commitffe066c746b09dcf6156bfb51f22741847c60393 (patch)
treeece36e11a6063e3d7109d3cd9bebe34a23d2da0a
parent4be3c0f42804decc59467f7fd0572449a4388f9d (diff)
downloaddocs-ffe066c746b09dcf6156bfb51f22741847c60393.tar.gz
docs-ffe066c746b09dcf6156bfb51f22741847c60393.tar.bz2
docs-ffe066c746b09dcf6156bfb51f22741847c60393.zip
taler-exchange-httpd(1): add opts ‘-a’, ‘-l’, ‘-n’, ‘-T’
-rw-r--r--manpages/taler-exchange-httpd.1.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/manpages/taler-exchange-httpd.1.rst b/manpages/taler-exchange-httpd.1.rst
index 986fd438..9bdc1cd9 100644
--- 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.