commit 172e5445ee01eb23343aaa0364c9908ee6247ed1
parent e3cc1ff85bf01145b4a8e9865c5832e0dce53a16
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 24 Nov 2021 21:59:33 +0100
update taler-exchange-httpd manpage
Diffstat:
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git 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.