summaryrefslogtreecommitdiff
path: root/manpages/taler-exchange-benchmark.1.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-01-07 20:04:35 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-01-07 20:04:35 -0500
commit043bc4c72523b547e17d659bb33042c18db8a854 (patch)
treef197ec3e67469aec732c28b60a3a394bb9a7c92e /manpages/taler-exchange-benchmark.1.rst
parent6930adafe06a6b124ab6b02112af2b998b467402 (diff)
downloaddocs-043bc4c72523b547e17d659bb33042c18db8a854.tar.gz
docs-043bc4c72523b547e17d659bb33042c18db8a854.tar.bz2
docs-043bc4c72523b547e17d659bb33042c18db8a854.zip
taler-exchange-benchmark(1): reorder options
Diffstat (limited to 'manpages/taler-exchange-benchmark.1.rst')
-rw-r--r--manpages/taler-exchange-benchmark.1.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/manpages/taler-exchange-benchmark.1.rst b/manpages/taler-exchange-benchmark.1.rst
index b6291b7d..e73ca6df 100644
--- a/manpages/taler-exchange-benchmark.1.rst
+++ b/manpages/taler-exchange-benchmark.1.rst
@@ -16,10 +16,10 @@ Synopsis
**taler-exchange-benchmark**
[**-c** *CONFIG_FILENAME* | **––config=**\ ‌\ *CONFIG_FILENAME*]
[**-f** | **––fakebank**]
+[**-h** | **––help**]
[**-K** | **––linger**]
-[**-n** *HOWMANY_COINS* | **––coins-number=**\ ‌\ *HOWMANY_COINS*]
[**-l** *LOGLEVEL* | **––log-level=**\ ‌\ *LOGLEVEL*]
-[**-h** | **––help**]
+[**-n** *HOWMANY_COINS* | **––coins-number=**\ ‌\ *HOWMANY_COINS*]
Description
===========
@@ -41,9 +41,15 @@ that table are always erased during a single benchmark run.
as the fakebank is stateless and thus previous database state would
inherently cause trouble.
+**-h** \| **––help**
+ Prints a compiled-in help text.
+
**-K** \| **––linger**
Linger around until keypress after the benchmark is done.
+**-l** *LOGLEVEL* \| **––log-level=**\ ‌\ *LOGLEVEL*
+ GNUnet-compatible log level, takes values “ERROR/WARNING/INFO/DEBUG”
+
**-n** *HOWMANY_COINS* \| **––coins-number=**\ ‌\ *HOWMANY_COINS*
Defaults to 1. Specifies how many coins this benchmark should
withdraw and spend. After being spent, each coin will be refreshed
@@ -51,12 +57,6 @@ that table are always erased during a single benchmark run.
future versions of this tool should offer this parameter as a CLI
option.
-**-l** *LOGLEVEL* \| **––log-level=**\ ‌\ *LOGLEVEL*
- GNUnet-compatible log level, takes values “ERROR/WARNING/INFO/DEBUG”
-
-**-h** \| **––help**
- Prints a compiled-in help text.
-
See Also
========