diff options
Diffstat (limited to 'doc/taler-bank-transfer.1')
-rw-r--r-- | doc/taler-bank-transfer.1 | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/doc/taler-bank-transfer.1 b/doc/taler-bank-transfer.1 deleted file mode 100644 index 2aab13fc8..000000000 --- a/doc/taler-bank-transfer.1 +++ /dev/null | |||
@@ -1,55 +0,0 @@ | |||
1 | .Dd December 14, 2017 | ||
2 | .Dt TALER-BANK-TRANSFER 1 | ||
3 | .Os | ||
4 | .Sh NAME | ||
5 | .Nm taler-bank-transfer | ||
6 | .Nd | ||
7 | trigger a transfer at the bank | ||
8 | .Sh SYNOPSIS | ||
9 | .Nm | ||
10 | .Op Fl a Ar VALUE | Fl \-amount= Ns Ar VALUE | ||
11 | .Op Fl b Ar URL | Fl \-bank= Ns Ar URL | ||
12 | .Op Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME | ||
13 | .Op Fl h | \-help | ||
14 | .Op Fl D Ar ACCOUNT | Fl \-debit= Ns Ar ACCOUNT | ||
15 | .Op Fl C Ar ACCOUNT | Fl \-credit= Ns Ar ACCOUNT | ||
16 | .Op Fl s Ar STRING | Fl \-subject= Ns Ar STRING | ||
17 | .Op Fl u Ar USERNAME | Fl \-user= Ns Ar USERNAME | ||
18 | .Op Fl p Ar PASSPHRASE | Fl \-pass= Ns Ar PASSPHRASE | ||
19 | .Op Fl v | \-version | ||
20 | .Sh DESCRIPTION | ||
21 | .Nm | ||
22 | is a command line tool to trigger bank transfers. | ||
23 | .Bl -tag -width Ds | ||
24 | .It Fl a Ar VALUE | Fl \-amount= Ns Ar VALUE | ||
25 | Amount to transfer. | ||
26 | Given in the Taler\-typical format of CURRENCY:VALUE.FRACTION | ||
27 | .It Fl b Ar URL | Fl \-bank= Ns Ar URL | ||
28 | URL at which the bank is operation. | ||
29 | .It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME | ||
30 | Use the given configuration file. | ||
31 | .It Fl h | \-help | ||
32 | Print short help on options. | ||
33 | .It Fl D Ar ACCOUNT | Fl \-debit= Ns Ar ACCOUNT | ||
34 | The money should be debited from ACCOUNT. | ||
35 | Specifies the number of the account. | ||
36 | .It Fl C Ar ACCOUNT | Fl \-credit= Ns Ar ACCOUNT | ||
37 | The money should be credited to ACCOUNT. | ||
38 | Specifies the number of the account. | ||
39 | .It Fl s Ar STRING | Fl \-subject= Ns Ar STRING | ||
40 | Use STRING for the wire transfer subject. | ||
41 | .It Fl u Ar USERNAME | Fl \-user= Ns Ar USERNAME | ||
42 | Specifies the username for authentication. | ||
43 | .It Fl p Ar PASSPHRASE | Fl \-pass= Ns Ar PASSPHRASE | ||
44 | Specifies the pass phrase for authentication. | ||
45 | .It Fl v | \-version | ||
46 | Print version information. | ||
47 | .El | ||
48 | .Sh SEE ALSO | ||
49 | .Xr taler-bank-manage 1 , | ||
50 | .Xr taler.conf 5 | ||
51 | .Sh BUGS | ||
52 | Report bugs by using | ||
53 | .Lk https://gnunet.org/bugs/ | ||
54 | or by sending electronic mail to | ||
55 | .Aq Mt taler@gnu.org | ||