summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
========