summaryrefslogtreecommitdiff
path: root/manpages/taler-merchant-benchmark.1.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-01-12 23:33:44 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-01-12 23:33:44 -0500
commit695869d3c0f091173e25fb67e4a6c58edf564b97 (patch)
tree2faee9c413ede4be2636acf972b3131445853768 /manpages/taler-merchant-benchmark.1.rst
parent7ed74e611b22a0f3ebaa35f55234f3780786933f (diff)
downloaddocs-695869d3c0f091173e25fb67e4a6c58edf564b97.tar.gz
docs-695869d3c0f091173e25fb67e4a6c58edf564b97.tar.bz2
docs-695869d3c0f091173e25fb67e4a6c58edf564b97.zip
taler-merchant-benchmark(1): reorder opts in description
Diffstat (limited to 'manpages/taler-merchant-benchmark.1.rst')
-rw-r--r--manpages/taler-merchant-benchmark.1.rst24
1 files changed, 11 insertions, 13 deletions
diff --git a/manpages/taler-merchant-benchmark.1.rst b/manpages/taler-merchant-benchmark.1.rst
index 45f966dd..a314c994 100644
--- a/manpages/taler-merchant-benchmark.1.rst
+++ b/manpages/taler-merchant-benchmark.1.rst
@@ -65,15 +65,6 @@ corner
Common Options
==============
-**-k** *K* \| **––currency=**\ \ *K*
- Use currency K, mandatory.
-
-
-**-m** *URL* \| **––merchant-url=**\ \ *URL*
- Use URL as the merchant base URL during the benchmark. The URL
- is mainly used to download and pay for contracts. Mandatory.
-
-
**-b** *URL* \| **––bank-url=**\ \ *URL*
Use URL as the bank's base URL during the benchmark. The URL is
used to test whether the bank is up and running. Mandatory.
@@ -85,14 +76,21 @@ Common Options
**-h** \| **––help**
Print short help on options.
-**-v** \| **––version**
- Print version information.
+**-k** *K* \| **––currency=**\ \ *K*
+ Use currency K, mandatory.
+
+**-L** *LOGLEVEL* \| **––log=**\ \ *LOGLEVEL*
+ Use loglevel LOGLEVEL.
**-l** *LF* \| **––logfile=**\ \ *LF*
Sends logs to file whose path is LF.
-**-L** *LOGLEVEL* \| **––log=**\ \ *LOGLEVEL*
- Use loglevel LOGLEVEL.
+**-m** *URL* \| **––merchant-url=**\ \ *URL*
+ Use URL as the merchant base URL during the benchmark. The URL
+ is mainly used to download and pay for contracts. Mandatory.
+
+**-v** \| **––version**
+ Print version information.
See Also