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.rst35
1 files changed, 25 insertions, 10 deletions
diff --git a/manpages/taler-exchange-httpd.1.rst b/manpages/taler-exchange-httpd.1.rst
index fdbe6d0e..d8462a6c 100644
--- a/manpages/taler-exchange-httpd.1.rst
+++ b/manpages/taler-exchange-httpd.1.rst
@@ -12,18 +12,22 @@ 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**]
Description
===========
-**taler-exchange-httpd** is a command line tool to run the Taler
+**taler-exchange-httpd** is a command-line tool to run the Taler
exchange (HTTP server). The required configuration, keys and database
must exist before running this command.
@@ -43,12 +47,6 @@ Its options are as follows:
Use the configuration and other resources for the merchant to operate
from FILENAME.
-**-h** \| **––help**
- Print short help on options.
-
-**-v** \| **––version**
- Print version information.
-
**-f** *FILENAME* \| **––file-input=**\ ‌\ *FILENAME*
This option is only available if the exchange was compiled with the
configure option ––enable-developer-mode. It is used for generating
@@ -66,13 +64,30 @@ Its options are as follows:
to test taler-exchange-httpd against many different possible inputs
in a controlled way.
+**-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*.
+
+**-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.
-**-L** *LOGLEVEL* \| **––loglevel=**\ ‌\ *LOGLEVEL*
- Specifies the log level to use. Accepted values are: DEBUG, INFO,
- WARNING, ERROR.
+**-v** \| **––version**
+ Print version information.
SIGNALS
=======