diff options
Diffstat (limited to 'doc/taler-config-generate.1')
-rw-r--r-- | doc/taler-config-generate.1 | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/doc/taler-config-generate.1 b/doc/taler-config-generate.1 deleted file mode 100644 index 2410fb380..000000000 --- a/doc/taler-config-generate.1 +++ /dev/null | |||
@@ -1,74 +0,0 @@ | |||
1 | .Dd May 5, 2016 | ||
2 | .Dt TALER-CONFIG-GENERATE 1 | ||
3 | .Os | ||
4 | .Sh NAME | ||
5 | .Nm taler-config-generate | ||
6 | .Nd | ||
7 | tool to simplify Taler configuration generation | ||
8 | .Os | ||
9 | .Sh SYNOPSIS | ||
10 | .Nm | ||
11 | .Op Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME | ||
12 | .Op Fl C Ar CURRENCY | Fl \-currency= Ns Ar CURRENCY | ||
13 | .Op Fl e | \-exchange | ||
14 | .Op Fl f Ar AMOUNT | \-wirefee= Ns Ar AMOUNT | ||
15 | .Op Fl m | \-merchant | ||
16 | .Op Fl t | \-trusted | ||
17 | .Op Fl w Ar WIREFORMAT | Fl \-wire Ar WIREFORMAT | ||
18 | .Op Fl j Ar JSON | Fl \-wire-json-merchant= Ns Ar JSON | ||
19 | .Op Fl J Ar JSON | Fl \-wire-json-exchange= Ns Ar JSON | ||
20 | .Op Fl \-bank-uri | ||
21 | .Op Fl \-exchange-bank-account | ||
22 | .Op Fl \-merchant-bank-account | ||
23 | .Op Fl h | \-help | ||
24 | .Op Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL | ||
25 | .Op Fl v | \-version | ||
26 | .Sh DESCRIPTION | ||
27 | .Nm | ||
28 | can be used to generate configuration files for the Taler exchange or Taler merchants. | ||
29 | .Bl -tag -width Ds | ||
30 | .It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME | ||
31 | Location where to write the generated configuration. | ||
32 | Existing file will be updated, not overwritten. | ||
33 | .It Fl C Ar CURRENCY | Fl \-currency= Ns Ar CURRENCY | ||
34 | Which currency should we use in the configuration. | ||
35 | .It Fl e | \-exchange | ||
36 | Generate configuration for a Taler exchange. | ||
37 | .It Fl f Ar AMOUNT | \-wirefee= Ns Ar AMOUNT | ||
38 | Setup wire transfer fees for the next 5 years for the exchange (for all wire methods). | ||
39 | .It Fl m | \-merchant | ||
40 | Generate configuration for a Taler merchant. | ||
41 | .It Fl t | \-trusted | ||
42 | Setup current exchange as trusted with current merchant. | ||
43 | Generally only useful when configuring for testcases. | ||
44 | .It Fl w Ar WIREFORMAT | Fl \-wire Ar WIREFORMAT | ||
45 | Specifies which wire format to use (i.e. "test" or "sepa") | ||
46 | .It Fl j Ar JSON | Fl \-wire-json-merchant= Ns Ar JSON | ||
47 | Wire configuration to use for the merchant. | ||
48 | .It Fl J Ar JSON | Fl \-wire-json-exchange= Ns Ar JSON | ||
49 | Wire configuration to use for the exchange. | ||
50 | .It Fl \-bank-uri | ||
51 | Alternative to specify wire configuration to use for the exchange and merchant for the "test" wire method. | ||
52 | Only useful if WIREFORMAT was set to "test". | ||
53 | Specifies the URI of the bank. | ||
54 | .It Fl \-exchange-bank-account | ||
55 | Alternative to specify wire configuration to use for the exchange for the "test" wire method. | ||
56 | Only useful if WIREFORMAT was set to "test". | ||
57 | Specifies the bank account number of the exchange. | ||
58 | .It Fl \-merchant-bank-account | ||
59 | Alternative to specify wire configuration to use for the merchant for the "test" wire method. | ||
60 | Only useful if WIREFORMAT was set to "test". | ||
61 | Specifies the bank account number of the merchant. | ||
62 | .It Fl h | \-help | ||
63 | Shows this man page. | ||
64 | .It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL | ||
65 | Use LOGLEVEL for logging. | ||
66 | Valid values are DEBUG, INFO, WARNING and ERROR. | ||
67 | .It Fl v | \-version | ||
68 | Print GNUnet version number. | ||
69 | .El | ||
70 | .Sh BUGS | ||
71 | Report bugs by using | ||
72 | .Lk https://gnunet.org/bugs/ | ||
73 | or by sending electronic mail to | ||
74 | .Aq Mt taler@gnu.org . | ||