taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 043bc4c72523b547e17d659bb33042c18db8a854
parent 6930adafe06a6b124ab6b02112af2b998b467402
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Thu,  7 Jan 2021 20:04:35 -0500

taler-exchange-benchmark(1): reorder options

Diffstat:
Mmanpages/taler-exchange-benchmark.1.rst | 16++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

diff --git 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 ========