summaryrefslogtreecommitdiff
path: root/manpages/taler-exchange-httpd.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'manpages/taler-exchange-httpd.1.rst')
-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.