gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: show double-hyphens in taler-exchang


From: gnunet
Subject: [taler-docs] branch master updated: show double-hyphens in taler-exchange-benchmark(1)
Date: Sat, 28 Nov 2020 08:17:18 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 58cd707  show double-hyphens in taler-exchange-benchmark(1)
58cd707 is described below

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

    show double-hyphens in taler-exchange-benchmark(1)
---
 manpages/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
index 98bae49..1694c35 100644
--- 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]