summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-24 21:59:33 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-24 21:59:33 +0100
commit172e5445ee01eb23343aaa0364c9908ee6247ed1 (patch)
tree14856a70d07f4d6c4c850623bb8a3c9858a4ca5e /manpages
parente3cc1ff85bf01145b4a8e9865c5832e0dce53a16 (diff)
downloaddocs-172e5445ee01eb23343aaa0364c9908ee6247ed1.tar.gz
docs-172e5445ee01eb23343aaa0364c9908ee6247ed1.tar.bz2
docs-172e5445ee01eb23343aaa0364c9908ee6247ed1.zip
update taler-exchange-httpd manpage
Diffstat (limited to 'manpages')
-rw-r--r--manpages/taler-exchange-httpd.1.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/manpages/taler-exchange-httpd.1.rst b/manpages/taler-exchange-httpd.1.rst
index 0050aeeb..4c6d984b 100644
--- a/manpages/taler-exchange-httpd.1.rst
+++ b/manpages/taler-exchange-httpd.1.rst
@@ -20,6 +20,7 @@ Synopsis
[**-L** *LOGLEVEL* | **--loglevel=**\ ‌\ *LOGLEVEL*]
[**-l** *FILENAME* | **--logfile=**\ ‌\ *FILENAME*]
[**-n** *N* | **--num-threads=**\ \ *N*]
+[**-r**|**--allow-reuse-address**]
[**-T** *USEC* | **--timetravel=**\ \ *USEC*]
[**-t** *SECONDS* | **--timeout=**\ ‌\ *SECONDS*]
[**-v** | **--version**]
@@ -75,8 +76,10 @@ Its options are as follows:
**-l** *FILENAME* \| **--logfile=**\ ‌\ *FILENAME*
Send logging output to *FILENAME*.
-**-n** *N* \| **--num-threads=**\ \ *N*
- Use *N* threads in the thread pool.
+**-r** \| **--allow-reuse-address**
+ Allow the exchange to re-use the listen port even if another service
+ is already using it. Useful if multiple processes are used to increase
+ processing capacity.
**-T** *USEC* \| **--timetravel=**\ \ *USEC*
Modify the system time by *USEC* microseconds.