From ed373fe3d98cd249ddd65d631bd6007a1ce94fde Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 26 Jul 2021 17:21:33 +0200 Subject: do not use unicode double dashes --- manpages/taler-exchange-httpd.1.rst | 46 ++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'manpages/taler-exchange-httpd.1.rst') diff --git a/manpages/taler-exchange-httpd.1.rst b/manpages/taler-exchange-httpd.1.rst index 66b9234d..0050aeeb 100644 --- a/manpages/taler-exchange-httpd.1.rst +++ b/manpages/taler-exchange-httpd.1.rst @@ -12,17 +12,17 @@ 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**] +[**-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 =========== @@ -33,24 +33,24 @@ must exist before running this command. Its options are as follows: -**-a** \| **––allow-timetravel** +**-a** \| **--allow-timetravel** Allow clients to request /keys for arbitrary timestamps. This should only be enabled for testing and development, as clients could abuse this in denial of service attacks, as it makes the /keys response generation much more expensive. -**-C** \| **––connection-close** +**-C** \| **--connection-close** Force each HTTP connection to be closed after each request (useful in combination with **-f** to avoid having to wait for netcat (nc) to time out). -**-c** *FILENAME* \| **––config=**\ ‌\ *FILENAME* +**-c** *FILENAME* \| **--config=**\ ‌\ *FILENAME* Use the configuration and other resources for the merchant to operate from FILENAME. -**-f** *FILENAME* \| **––file-input=**\ ‌\ *FILENAME* +**-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 + configure option --enable-developer-mode. It is used for generating test cases against the exchange using AFL. When this option is present, the HTTP server will @@ -65,29 +65,29 @@ Its options are as follows: to test taler-exchange-httpd against many different possible inputs in a controlled way. -**-h** \| **––help** +**-h** \| **--help** Print short help on options. -**-L** *LOGLEVEL* \| **––loglevel=**\ ‌\ *LOGLEVEL* +**-L** *LOGLEVEL* \| **--loglevel=**\ ‌\ *LOGLEVEL* Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``, ``WARNING``, ``ERROR``. -**-l** *FILENAME* \| **––logfile=**\ ‌\ *FILENAME* +**-l** *FILENAME* \| **--logfile=**\ ‌\ *FILENAME* Send logging output to *FILENAME*. -**-n** *N* \| **––num-threads=**\ \ *N* +**-n** *N* \| **--num-threads=**\ \ *N* Use *N* threads in the thread pool. -**-T** *USEC* \| **––timetravel=**\ \ *USEC* +**-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* +**-t** *SECONDS* \| **--timeout=**\ ‌\ *SECONDS* Specifies the number of SECONDS after which the HTTPD should close (idle) HTTP connections. -**-v** \| **––version** +**-v** \| **--version** Print version information. -- cgit v1.2.3