diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-01-07 20:55:15 -0500 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-01-07 20:55:15 -0500 |
commit | 4be3c0f42804decc59467f7fd0572449a4388f9d (patch) | |
tree | 39373fbde2fd33c784425c46d47069beeb0619bb | |
parent | d273a2efdf8a3c954a4e62bb2c4fb3bc5352214c (diff) | |
download | docs-4be3c0f42804decc59467f7fd0572449a4388f9d.tar.gz docs-4be3c0f42804decc59467f7fd0572449a4388f9d.tar.bz2 docs-4be3c0f42804decc59467f7fd0572449a4388f9d.zip |
taler-exchange-httpd(1): reorder opts
-rw-r--r-- | manpages/taler-exchange-httpd.1.rst | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/manpages/taler-exchange-httpd.1.rst b/manpages/taler-exchange-httpd.1.rst index fdbe6d0..986fd43 100644 --- 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 ======= |