summaryrefslogtreecommitdiff
path: root/taler-developer-manual.rst
diff options
context:
space:
mode:
Diffstat (limited to 'taler-developer-manual.rst')
-rw-r--r--taler-developer-manual.rst58
1 files changed, 29 insertions, 29 deletions
diff --git a/taler-developer-manual.rst b/taler-developer-manual.rst
index 5f6a4f6a..dca1716c 100644
--- a/taler-developer-manual.rst
+++ b/taler-developer-manual.rst
@@ -1605,77 +1605,77 @@ taler-config-generate
**taler-config-generate**
-[**-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*]
-[**––bank-uri**]
-[**––exchange-bank-account**]
-[**––merchant-bank-account**]
+[**-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*]
+[**--bank-uri**]
+[**--exchange-bank-account**]
+[**--merchant-bank-account**]
**taler-config-generate** can be used to generate configuration files
for the Taler exchange or Taler merchants.
-**-C** *CURRENCY* \| **––currency=**\ ‌\ *CURRENCY*
+**-C** *CURRENCY* \| **--currency=**\ ‌\ *CURRENCY*
Which currency should we use in the configuration.
-**-c** *FILENAME* \| **––config=**\ ‌\ *FILENAME*
+**-c** *FILENAME* \| **--config=**\ ‌\ *FILENAME*
Location where to write the generated configuration. Existing file
will be updated, not overwritten.
-**-e** \| **––exchange**
+**-e** \| **--exchange**
Generate configuration for a Taler exchange.
**-f** *AMOUNT* \| *-wirefee=*\ ‌\ *AMOUNT*
Setup wire transfer fees for the next 5 years for the exchange (for
all wire methods).
-**-h** \| **––help**
+**-h** \| **--help**
Shows this man page.
-**-J** *JSON* \| **––wire-json-exchange=**\ ‌\ *JSON*
+**-J** *JSON* \| **--wire-json-exchange=**\ ‌\ *JSON*
Wire configuration to use for the exchange.
-**-j** *JSON* \| **––wire-json-merchant=**\ ‌\ *JSON*
+**-j** *JSON* \| **--wire-json-merchant=**\ ‌\ *JSON*
Wire configuration to use for the merchant.
-**-L** *LOGLEVEL* \| **––loglevel=**\ ‌\ *LOGLEVEL*
+**-L** *LOGLEVEL* \| **--loglevel=**\ ‌\ *LOGLEVEL*
Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and
ERROR.
-**-m** \| **––merchant**
+**-m** \| **--merchant**
Generate configuration for a Taler merchant.
-**-t** \| **––trusted**
+**-t** \| **--trusted**
Setup current exchange as trusted with current merchant. Generally
only useful when configuring for testcases.
-**-v** \| **––version**
+**-v** \| **--version**
Print version information.
-**-w** *WIREFORMAT* \| **––wire** *WIREFORMAT*
+**-w** *WIREFORMAT* \| **--wire** *WIREFORMAT*
Specifies which wire format to use (i.e. “test” or “sepa”)
-**––bank-uri**
+**--bank-uri**
Alternative to specify wire configuration to use for the exchange and
merchant for the “test” wire method. Only useful if WIREFORMAT was
set to “test”. Specifies the URI of the bank.
-**––exchange-bank-account**
+**--exchange-bank-account**
Alternative to specify wire configuration to use for the exchange for
the “test” wire method. Only useful if WIREFORMAT was set to “test”.
Specifies the bank account number of the exchange.
-**––merchant-bank-account**
+**--merchant-bank-account**
Alternative to specify wire configuration to use for the merchant for
the “test” wire method. Only useful if WIREFORMAT was set to “test”.
Specifies the bank account number of the merchant.