From 99549542d8296dbfc18f6ba0659b3423ee66fe08 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sat, 28 Nov 2020 02:24:14 -0500 Subject: show double-hyphens in taler-exchange-httpd(1) --- manpages/taler-exchange-httpd.1.rst | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 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 88a47435..fdbe6d0e 100644 --- a/manpages/taler-exchange-httpd.1.rst +++ b/manpages/taler-exchange-httpd.1.rst @@ -11,12 +11,14 @@ taler-exchange-httpd(1) Synopsis ======== -**taler-exchange-httpd** [**-C** | **–connection-close**] -[**-c** *FILENAME* | **–config=**\ ‌\ *FILENAME*] -[**-f** *FILENAME* | **–file-input=**\ ‌\ *FILENAME*] -[**-h** | **–help**] -[**-L** *LOGLEVEL* | **–loglevel=**\ ‌\ *LOGLEVEL*] -[**-t** *SECONDS* | **–timeout=**\ ‌\ *SECONDS*] [**-v** | **–version**] +**taler-exchange-httpd** +[**-C** | **––connection-close**] +[**-c** *FILENAME* | **––config=**\ ‌\ *FILENAME*] +[**-f** *FILENAME* | **––file-input=**\ ‌\ *FILENAME*] +[**-h** | **––help**] +[**-L** *LOGLEVEL* | **––loglevel=**\ ‌\ *LOGLEVEL*] +[**-t** *SECONDS* | **––timeout=**\ ‌\ *SECONDS*] +[**-v** | **––version**] Description =========== @@ -27,29 +29,29 @@ 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 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. -**-h** \| **–help** +**-h** \| **––help** Print short help on options. -**-v** \| **–version** +**-v** \| **––version** Print version information. -**-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 @@ -64,11 +66,11 @@ Its options are as follows: to test taler-exchange-httpd against many different possible inputs in a controlled way. -**-t** *SECONDS* \| **–timeout=**\ ‌\ *SECONDS* +**-t** *SECONDS* \| **––timeout=**\ ‌\ *SECONDS* Specifies the number of SECONDS after which the HTTPD should close (idle) HTTP connections. -**-L** *LOGLEVEL* \| **–loglevel=**\ ‌\ *LOGLEVEL* +**-L** *LOGLEVEL* \| **––loglevel=**\ ‌\ *LOGLEVEL* Specifies the log level to use. Accepted values are: DEBUG, INFO, WARNING, ERROR. -- cgit v1.2.3