summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-01-07 20:55:15 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-01-07 20:55:15 -0500
commit4be3c0f42804decc59467f7fd0572449a4388f9d (patch)
tree39373fbde2fd33c784425c46d47069beeb0619bb
parentd273a2efdf8a3c954a4e62bb2c4fb3bc5352214c (diff)
downloaddocs-4be3c0f42804decc59467f7fd0572449a4388f9d.tar.gz
docs-4be3c0f42804decc59467f7fd0572449a4388f9d.tar.bz2
docs-4be3c0f42804decc59467f7fd0572449a4388f9d.zip
taler-exchange-httpd(1): reorder opts
-rw-r--r--manpages/taler-exchange-httpd.1.rst18
1 files changed, 9 insertions, 9 deletions
diff --git a/manpages/taler-exchange-httpd.1.rst b/manpages/taler-exchange-httpd.1.rst
index fdbe6d0e..986fd438 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
=======