taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 4be3c0f42804decc59467f7fd0572449a4388f9d
parent d273a2efdf8a3c954a4e62bb2c4fb3bc5352214c
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Thu,  7 Jan 2021 20:55:15 -0500

taler-exchange-httpd(1): reorder opts

Diffstat:
Mmanpages/taler-exchange-httpd.1.rst | 18+++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/manpages/taler-exchange-httpd.1.rst b/manpages/taler-exchange-httpd.1.rst @@ -43,12 +43,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,14 +60,20 @@ Its options are as follows: to test taler-exchange-httpd against many different possible inputs in a controlled way. -**-t** *SECONDS* \| **––timeout=**\ ‌\ *SECONDS* - Specifies the number of SECONDS after which the HTTPD should close - (idle) HTTP connections. +**-h** \| **––help** + Print short help on options. **-L** *LOGLEVEL* \| **––loglevel=**\ ‌\ *LOGLEVEL* Specifies the log level to use. Accepted values are: DEBUG, INFO, WARNING, ERROR. +**-t** *SECONDS* \| **––timeout=**\ ‌\ *SECONDS* + Specifies the number of SECONDS after which the HTTPD should close + (idle) HTTP connections. + +**-v** \| **––version** + Print version information. + SIGNALS =======