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(-) 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