taler-docs

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

commit 58cd7077680dc7a77d57d6d6f4c267e93f7b67ec
parent ee1040bd30cc5da17ed349e34b60b366d66cc2bc
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Sat, 28 Nov 2020 02:15:56 -0500

show double-hyphens in taler-exchange-benchmark(1)

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

diff --git a/manpages/taler-exchange-benchmark.1.rst b/manpages/taler-exchange-benchmark.1.rst @@ -14,11 +14,13 @@ Synopsis ======== **taler-exchange-benchmark** -[**-c** *CONFIG_FILENAME* | **--config=**\ ‌\ *CONFIG_FILENAME*] -[**-b** *BANK_URL* | **—bank-url=**\ ‌\ *BANK_URL*] [-f] [-K] -[**-n** *HOWMANY_COINS* | **--coins-number=**\ ‌\ *HOWMANY_COINS*] -[**-l** *LOGLEVEL* | **--log-level=**\ ‌\ *LOGLEVEL*] -[**-h** | **--help**] +[**-c** *CONFIG_FILENAME* | **––config=**\ ‌\ *CONFIG_FILENAME*] +[**-b** *BANK_URL* | **––bank-url=**\ ‌\ *BANK_URL*] +[**-f** | **––fakebank**] +[**-K** | **––linger**] +[**-n** *HOWMANY_COINS* | **––coins-number=**\ ‌\ *HOWMANY_COINS*] +[**-l** *LOGLEVEL* | **––log-level=**\ ‌\ *LOGLEVEL*] +[**-h** | **––help**] Description =========== @@ -30,34 +32,34 @@ the (fake)bank - listen to URLs not subject to any reverse proxy, as say Nginx. Moreover, the benchmark runs on a “volatile” database, that means that table are always erased during a single benchmark run. -**-c** *CONFIG_FILENAME* \| **--config=**\ ‌\ *CONFIG_FILENAME* +**-c** *CONFIG_FILENAME* \| **––config=**\ ‌\ *CONFIG_FILENAME* (Mandatory) Use CONFIG_FILENAME. -**-b** *BANK_URL* \| **—bank-url=**\ ‌\ *BANK_URL* +**-b** *BANK_URL* \| **––bank-url=**\ ‌\ *BANK_URL* (Mandatory) The URL where the fakebank listens at. Must match the host component in the exchange’s escrow account “payto” URL. -**-f** \| **--fakebank** +**-f** \| **––fakebank** Launch a fakebank instead of the Python bank. Only meaningful if the mode is to launch more than just a client. Note that using the fakebank will cause the benchmark application to reset all databases as the fakebank is stateless and thus previous database state would inherently cause trouble. -**-K** \| **--linger** +**-K** \| **––linger** Linger around until keypress after the benchmark is done. -**-n** *HOWMANY_COINS* \| **--coins-number=**\ ‌\ *HOWMANY_COINS* +**-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 with a REFRESH_PROBABILITY probability, which is (hardcoded as) 0.1; future versions of this tool should offer this parameter as a CLI option. -**-l** *LOGLEVEL* \| **--log-level=**\ ‌\ *LOGLEVEL* +**-l** *LOGLEVEL* \| **––log-level=**\ ‌\ *LOGLEVEL* GNUnet-compatible log level, takes values “ERROR/WARNING/INFO/DEBUG” -**-h** \| **--help** +**-h** \| **––help** Prints a compiled-in help text. See Also