From f58e345828204e96339d9b50ad650d5236706b29 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sun, 10 Jan 2021 22:49:29 -0500 Subject: taler-auditor(1): add opts ‘-c’, ‘-L’, ‘-l’, ‘-T’, ‘-v’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manpages/taler-auditor.1.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'manpages') diff --git a/manpages/taler-auditor.1.rst b/manpages/taler-auditor.1.rst index c4b82376..622643fc 100644 --- a/manpages/taler-auditor.1.rst +++ b/manpages/taler-auditor.1.rst @@ -12,9 +12,14 @@ Synopsis ======== **taler-auditor** +[**-c** *FILENAME* | **––config=**\ ‌\ *FILENAME*] [**-h** | **––help**] [**-i**_|_**––internal**] +[**-L** *LOGLEVEL* | **––loglevel=**\ ‌\ *LOGLEVEL*] +[**-l** *FILENAME* | **––logfile=**\ ‌\ *FILENAME*] [**-m** *MASTER_KEY* | **––exchange-key=**\ ‌\ *MASTER_KEY*] +[**-T** *USEC* | **––timetravel**\ \ *USEC*] +[**-v** | **––version**] Description @@ -30,6 +35,10 @@ found in the database. It does NOT check with the bank to see that the incoming and outgoing wire transfers that the bank claims to have matches the exchange’s database. Its options are as follows. +**-c** *FILENAME* \| **––config=**\ ‌\ *FILENAME* + Use the configuration and other resources for the merchant to operate + from *FILENAME*. + **-h** \| **––help** Print short help on options. @@ -37,12 +46,26 @@ matches the exchange’s database. Its options are as follows. Run additional checks that can only performed on the exchange-internal database and not the "safe" replicated database at the auditor. +**-L** *LOGLEVEL* \| **––loglevel=**\ ‌\ *LOGLEVEL* + Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``, + ``WARNING``, ``ERROR``. + +**-l** *FILENAME* \| **––logfile=**\ ‌\ *FILENAME* + Send logging output to *FILENAME*. + **-m** *KEY* \| **––exchange-key=**\ ‌\ *KEY* Public master key of the exchange in Crockford base32 encoding, for example as generated by gnunet-ecc -p. If this option is missing, taler-auditor will use the MASTER_PUBLIC_KEY value from the “exchange” section of the configuration. +**-T** *USEC* \| **––timetravel=**\ \ *USEC* + Modify the system time by *USEC* microseconds. + *USEC* may be prefixed with ``+`` or ``-`` (e.g. ``-T +300``). + This option is intended for debugging/testing only. + +**-v** \| **––version** + Print version information. See Also -- cgit v1.2.3 From 2d65789ce244953169127b3853d8a8125c43dcb4 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 12 Jan 2021 22:25:36 -0500 Subject: taler-config-generate(1): don't mention GNUnet in ‘-v’ description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manpages/taler-config-generate.1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manpages') diff --git a/manpages/taler-config-generate.1.rst b/manpages/taler-config-generate.1.rst index 22f5c61f..a7c24e9a 100644 --- a/manpages/taler-config-generate.1.rst +++ b/manpages/taler-config-generate.1.rst @@ -88,7 +88,7 @@ for the Taler exchange or Taler merchants. ERROR. **-v** \| **––version** - Print GNUnet version number. + Print version information. Bugs ==== -- cgit v1.2.3 From b8830a42dd2bc3fece550b30709550b9df0dd3e9 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 12 Jan 2021 22:30:21 -0500 Subject: taler-config-generate(1): reorder opts in synopsis, description --- manpages/taler-config-generate.1.rst | 50 ++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'manpages') diff --git a/manpages/taler-config-generate.1.rst b/manpages/taler-config-generate.1.rst index a7c24e9a..5c9b813a 100644 --- a/manpages/taler-config-generate.1.rst +++ b/manpages/taler-config-generate.1.rst @@ -13,21 +13,21 @@ Synopsis ======== **taler-config-generate** -[**-c** *FILENAME* | **––config=**\ ‌\ *FILENAME*] [**-C** *CURRENCY* | **––currency=**\ ‌\ *CURRENCY*] +[**-c** *FILENAME* | **––config=**\ ‌\ *FILENAME*] [**-e** | **––exchange**] [**-f** *AMOUNT* | *––wirefee=*\ ‌\ *AMOUNT*] +[**-h** | **––help**] +[**-J** *JSON* | **––wire-json-exchange=**\ ‌\ *JSON*] +[**-j** *JSON* | **––wire-json-merchant=**\ ‌\ *JSON*] +[**-L** *LOGLEVEL* | **––loglevel=**\ ‌\ *LOGLEVEL*] [**-m** | **––merchant**] [**-t** | **––trusted**] +[**-v** | **––version**] [**-w** *WIREFORMAT* | **––wire** *WIREFORMAT*] -[**-j** *JSON* | **––wire-json-merchant=**\ ‌\ *JSON*] -[**-J** *JSON* | **––wire-json-exchange=**\ ‌\ *JSON*] [**––bank-uri**] [**––exchange-bank-account**] [**––merchant-bank-account**] -[**-h** | **––help**] -[**-L** *LOGLEVEL* | **––loglevel=**\ ‌\ *LOGLEVEL*] -[**-v** | **––version**] Description =========== @@ -35,13 +35,13 @@ Description **taler-config-generate** can be used to generate configuration files for the Taler exchange or Taler merchants. +**-C** *CURRENCY* \| **––currency=**\ ‌\ *CURRENCY* + Which currency should we use in the configuration. + **-c** *FILENAME* \| **––config=**\ ‌\ *FILENAME* Location where to write the generated configuration. Existing file will be updated, not overwritten. -**-C** *CURRENCY* \| **––currency=**\ ‌\ *CURRENCY* - Which currency should we use in the configuration. - **-e** \| **––exchange** Generate configuration for a Taler exchange. @@ -49,6 +49,19 @@ for the Taler exchange or Taler merchants. Setup wire transfer fees for the next 5 years for the exchange (for all wire methods). +**-h** \| **––help** + Shows this man page. + +**-J** *JSON* \| **––wire-json-exchange=**\ ‌\ *JSON* + Wire configuration to use for the exchange. + +**-j** *JSON* \| **––wire-json-merchant=**\ ‌\ *JSON* + Wire configuration to use for the merchant. + +**-L** *LOGLEVEL* \| **––loglevel=**\ ‌\ *LOGLEVEL* + Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and + ERROR. + **-m** \| **––merchant** Generate configuration for a Taler merchant. @@ -56,15 +69,12 @@ for the Taler exchange or Taler merchants. Setup current exchange as trusted with current merchant. Generally only useful when configuring for testcases. +**-v** \| **––version** + Print version information. + **-w** *WIREFORMAT* \| **––wire** *WIREFORMAT* Specifies which wire format to use (i.e. “test” or “sepa”) -**-j** *JSON* \| **––wire-json-merchant=**\ ‌\ *JSON* - Wire configuration to use for the merchant. - -**-J** *JSON* \| **––wire-json-exchange=**\ ‌\ *JSON* - Wire configuration to use for the exchange. - **––bank-uri** Alternative to specify wire configuration to use for the exchange and merchant for the “test” wire method. Only useful if WIREFORMAT was @@ -80,16 +90,6 @@ for the Taler exchange or Taler merchants. the “test” wire method. Only useful if WIREFORMAT was set to “test”. Specifies the bank account number of the merchant. -**-h** \| **––help** - Shows this man page. - -**-L** *LOGLEVEL* \| **––loglevel=**\ ‌\ *LOGLEVEL* - Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and - ERROR. - -**-v** \| **––version** - Print version information. - Bugs ==== -- cgit v1.2.3 From 7ed74e611b22a0f3ebaa35f55234f3780786933f Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 12 Jan 2021 23:28:18 -0500 Subject: taler-wallet-cli(1): reorder opts in synopsis, description --- manpages/taler-wallet-cli.1.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'manpages') diff --git a/manpages/taler-wallet-cli.1.rst b/manpages/taler-wallet-cli.1.rst index d109470b..8303fea1 100644 --- a/manpages/taler-wallet-cli.1.rst +++ b/manpages/taler-wallet-cli.1.rst @@ -13,8 +13,8 @@ Synopsis **taler-auditor** [**-h** | **––help**] -[**––verbose**] [**-V** | **––version**] +[**––verbose**] [] @@ -27,12 +27,12 @@ for testing. **-h** | **––help** Print short help on options. -**––verbose** - Enable verbose output. - **-V** | **––version** Output the version number. +**––verbose** + Enable verbose output. + **test-withdraw** [**-e** URL | **––exchange** URL] [**-a** AMOUNT | **––amount** AMOUNT][**-b** URL | **––bank** URL] withdraw test currency from the test bank -- cgit v1.2.3 From 695869d3c0f091173e25fb67e4a6c58edf564b97 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 12 Jan 2021 23:33:44 -0500 Subject: taler-merchant-benchmark(1): reorder opts in description --- manpages/taler-merchant-benchmark.1.rst | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'manpages') diff --git a/manpages/taler-merchant-benchmark.1.rst b/manpages/taler-merchant-benchmark.1.rst index 45f966dd..a314c994 100644 --- a/manpages/taler-merchant-benchmark.1.rst +++ b/manpages/taler-merchant-benchmark.1.rst @@ -65,15 +65,6 @@ corner Common Options ============== -**-k** *K* \| **––currency=**\ \ *K* - Use currency K, mandatory. - - -**-m** *URL* \| **––merchant-url=**\ \ *URL* - Use URL as the merchant base URL during the benchmark. The URL - is mainly used to download and pay for contracts. Mandatory. - - **-b** *URL* \| **––bank-url=**\ \ *URL* Use URL as the bank's base URL during the benchmark. The URL is used to test whether the bank is up and running. Mandatory. @@ -85,14 +76,21 @@ Common Options **-h** \| **––help** Print short help on options. -**-v** \| **––version** - Print version information. +**-k** *K* \| **––currency=**\ \ *K* + Use currency K, mandatory. + +**-L** *LOGLEVEL* \| **––log=**\ \ *LOGLEVEL* + Use loglevel LOGLEVEL. **-l** *LF* \| **––logfile=**\ \ *LF* Sends logs to file whose path is LF. -**-L** *LOGLEVEL* \| **––log=**\ \ *LOGLEVEL* - Use loglevel LOGLEVEL. +**-m** *URL* \| **––merchant-url=**\ \ *URL* + Use URL as the merchant base URL during the benchmark. The URL + is mainly used to download and pay for contracts. Mandatory. + +**-v** \| **––version** + Print version information. See Also -- cgit v1.2.3 From 1f4b812bd7ea8b452e1c72c5e26f2201229314b3 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 12 Jan 2021 23:34:34 -0500 Subject: taler-merchant-benchmark(1): rewrite descriptions for ‘-L’, ‘-l’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manpages/taler-merchant-benchmark.1.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'manpages') diff --git a/manpages/taler-merchant-benchmark.1.rst b/manpages/taler-merchant-benchmark.1.rst index a314c994..1868cac3 100644 --- a/manpages/taler-merchant-benchmark.1.rst +++ b/manpages/taler-merchant-benchmark.1.rst @@ -79,11 +79,12 @@ Common Options **-k** *K* \| **––currency=**\ \ *K* Use currency K, mandatory. -**-L** *LOGLEVEL* \| **––log=**\ \ *LOGLEVEL* - Use loglevel LOGLEVEL. +**-L** *LOGLEVEL* \| **––loglevel=**\ ‌\ *LOGLEVEL* + Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``, + ``WARNING``, ``ERROR``. -**-l** *LF* \| **––logfile=**\ \ *LF* - Sends logs to file whose path is LF. +**-l** *FILENAME* \| **––logfile=**\ ‌\ *FILENAME* + Send logging output to *FILENAME*. **-m** *URL* \| **––merchant-url=**\ \ *URL* Use URL as the merchant base URL during the benchmark. The URL -- cgit v1.2.3 From bca2a39520f9d91038fd6516a62caeb23c331ec0 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 12 Jan 2021 23:35:24 -0500 Subject: dedent (nine instances) --- manpages/taler-merchant-benchmark.1.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'manpages') diff --git a/manpages/taler-merchant-benchmark.1.rst b/manpages/taler-merchant-benchmark.1.rst index 1868cac3..651c64d1 100644 --- a/manpages/taler-merchant-benchmark.1.rst +++ b/manpages/taler-merchant-benchmark.1.rst @@ -66,18 +66,18 @@ Common Options ============== **-b** *URL* \| **––bank-url=**\ \ *URL* - Use URL as the bank's base URL during the benchmark. The URL is - used to test whether the bank is up and running. Mandatory. + Use URL as the bank's base URL during the benchmark. The URL is + used to test whether the bank is up and running. Mandatory. **-c** *FILENAME* \| **––config=**\ \ *FILENAME* - Use the configuration and other resources for the merchant to - operate from FILENAME. + Use the configuration and other resources for the merchant to + operate from FILENAME. **-h** \| **––help** - Print short help on options. + Print short help on options. **-k** *K* \| **––currency=**\ \ *K* - Use currency K, mandatory. + Use currency K, mandatory. **-L** *LOGLEVEL* \| **––loglevel=**\ ‌\ *LOGLEVEL* Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``, @@ -87,11 +87,11 @@ Common Options Send logging output to *FILENAME*. **-m** *URL* \| **––merchant-url=**\ \ *URL* - Use URL as the merchant base URL during the benchmark. The URL - is mainly used to download and pay for contracts. Mandatory. + Use URL as the merchant base URL during the benchmark. The URL + is mainly used to download and pay for contracts. Mandatory. **-v** \| **––version** - Print version information. + Print version information. See Also -- cgit v1.2.3 From 0771c6745d609f7fc0e6d7221020ba04d2fc2844 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 12 Jan 2021 23:51:36 -0500 Subject: taler-merchant-benchmark(1): add opt ‘-a’ to Common Options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manpages/taler-merchant-benchmark.1.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manpages') diff --git a/manpages/taler-merchant-benchmark.1.rst b/manpages/taler-merchant-benchmark.1.rst index 651c64d1..75fdb2f3 100644 --- a/manpages/taler-merchant-benchmark.1.rst +++ b/manpages/taler-merchant-benchmark.1.rst @@ -65,6 +65,9 @@ corner Common Options ============== +**-a** *APIKEY* \| **--apikey=**\ \ *APIKEY* + HTTP 'Authorization' header to send to the merchant. + **-b** *URL* \| **––bank-url=**\ \ *URL* Use URL as the bank's base URL during the benchmark. The URL is used to test whether the bank is up and running. Mandatory. -- cgit v1.2.3 From cd09fb958f0d6965be66d842362b56db6cb87e27 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 12 Jan 2021 23:53:33 -0500 Subject: taler-merchant-benchmark(1): add opt ‘-e’ to Common Options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manpages/taler-merchant-benchmark.1.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manpages') diff --git a/manpages/taler-merchant-benchmark.1.rst b/manpages/taler-merchant-benchmark.1.rst index 75fdb2f3..fc14d22b 100644 --- a/manpages/taler-merchant-benchmark.1.rst +++ b/manpages/taler-merchant-benchmark.1.rst @@ -76,6 +76,10 @@ Common Options Use the configuration and other resources for the merchant to operate from FILENAME. +**-e** *SECTION* \| **--exchange-account=**\ \ *SECTION* + Mandatory. + Configuration *SECTION* specifying the exchange account to use. + **-h** \| **––help** Print short help on options. -- cgit v1.2.3 From f9465861a61e319ed01ed412424e908dfd478a38 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 12 Jan 2021 23:56:14 -0500 Subject: taler-merchant-benchmark(1): delete opt ‘-i’ from ‘corner’ options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manpages/taler-merchant-benchmark.1.rst | 5 ----- 1 file changed, 5 deletions(-) (limited to 'manpages') diff --git a/manpages/taler-merchant-benchmark.1.rst b/manpages/taler-merchant-benchmark.1.rst index fc14d22b..4034a0e2 100644 --- a/manpages/taler-merchant-benchmark.1.rst +++ b/manpages/taler-merchant-benchmark.1.rst @@ -50,11 +50,6 @@ corner payments use only one coin). TC defaults to 1. - **-i** *AI* \| **––alt-instance=**\ \ *AI* - Use AI as the instance, instead of 'default' (which is the - default instance used.) - - **-u** *UN* \| **––unaggregated-number=**\ \ *UN* Generate UN payments that will be left unaggregated. Note that subsequent invocations of the generator may pick those -- cgit v1.2.3 From 1c79852fa63861c2b368889a35a60f36e69139d7 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 12 Jan 2021 23:57:54 -0500 Subject: taler-merchant-benchmark(1): delete opts ‘-b’, ‘-k’, ‘-m’ from "Common Options" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manpages/taler-merchant-benchmark.1.rst | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'manpages') diff --git a/manpages/taler-merchant-benchmark.1.rst b/manpages/taler-merchant-benchmark.1.rst index 4034a0e2..a8af27a0 100644 --- a/manpages/taler-merchant-benchmark.1.rst +++ b/manpages/taler-merchant-benchmark.1.rst @@ -63,10 +63,6 @@ Common Options **-a** *APIKEY* \| **--apikey=**\ \ *APIKEY* HTTP 'Authorization' header to send to the merchant. -**-b** *URL* \| **––bank-url=**\ \ *URL* - Use URL as the bank's base URL during the benchmark. The URL is - used to test whether the bank is up and running. Mandatory. - **-c** *FILENAME* \| **––config=**\ \ *FILENAME* Use the configuration and other resources for the merchant to operate from FILENAME. @@ -78,9 +74,6 @@ Common Options **-h** \| **––help** Print short help on options. -**-k** *K* \| **––currency=**\ \ *K* - Use currency K, mandatory. - **-L** *LOGLEVEL* \| **––loglevel=**\ ‌\ *LOGLEVEL* Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``, ``WARNING``, ``ERROR``. @@ -88,10 +81,6 @@ Common Options **-l** *FILENAME* \| **––logfile=**\ ‌\ *FILENAME* Send logging output to *FILENAME*. -**-m** *URL* \| **––merchant-url=**\ \ *URL* - Use URL as the merchant base URL during the benchmark. The URL - is mainly used to download and pay for contracts. Mandatory. - **-v** \| **––version** Print version information. -- cgit v1.2.3