From 5c91c3f6c001e37366ad9bf9dfd8835fed9d4d10 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 18 Sep 2019 18:50:34 +0200 Subject: manpages live here now --- manpages/taler-bank-transfer.1.rst | 72 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 manpages/taler-bank-transfer.1.rst (limited to 'manpages/taler-bank-transfer.1.rst') diff --git a/manpages/taler-bank-transfer.1.rst b/manpages/taler-bank-transfer.1.rst new file mode 100644 index 00000000..12944e60 --- /dev/null +++ b/manpages/taler-bank-transfer.1.rst @@ -0,0 +1,72 @@ +taler-bank-transfer(1) +###################### + +.. only:: html + + Name + ==== + + **taler-bank-transfer** - trigger a transfer at the bank + +Synopsis +======== + +**taler-bank-transfer** [**-a** *VALUE* | **--amount=**\ ‌\ *VALUE*] +[**-b** *URL* | **--bank=**\ ‌\ *URL*] +[**-c** *FILENAME* | **--config=**\ ‌\ *FILENAME*] [**-h** | **--help**] +[**-D** *ACCOUNT* | **--debit=**\ ‌\ *ACCOUNT*] +[**-C** *ACCOUNT* | **--credit=**\ ‌\ *ACCOUNT*] +[**-s** *STRING* | **--subject=**\ ‌\ *STRING*] +[**-u** *USERNAME* | **--user=**\ ‌\ *USERNAME*] +[**-p** *PASSPHRASE* | **--pass=**\ ‌\ *PASSPHRASE*] +[**-v** | **--version**] + +Description +=========== + +**taler-bank-transfer** is a command line tool to trigger bank +transfers. + +**-a** *VALUE* \| **--amount=**\ ‌\ *VALUE* + Amount to transfer. Given in the Taler-typical format of + CURRENCY:VALUE.FRACTION + +**-b** *URL* \| **--bank=**\ ‌\ *URL* + URL at which the bank is operation. + +**-c** *FILENAME* \| **--config=**\ ‌\ *FILENAME* + Use the given configuration file. + +**-h** \| **--help** + Print short help on options. + +**-D** *ACCOUNT* \| **--debit=**\ ‌\ *ACCOUNT* + The money should be debited from ACCOUNT. Specifies the number of the + account. + +**-C** *ACCOUNT* \| **--credit=**\ ‌\ *ACCOUNT* + The money should be credited to ACCOUNT. Specifies the number of the + account. + +**-s** *STRING* \| **--subject=**\ ‌\ *STRING* + Use STRING for the wire transfer subject. + +**-u** *USERNAME* \| **--user=**\ ‌\ *USERNAME* + Specifies the username for authentication. + +**-p** *PASSPHRASE* \| **--pass=**\ ‌\ *PASSPHRASE* + Specifies the pass phrase for authentication. + +**-v** \| **--version** + Print version information. + +See Also +======== + +taler-bank-manage(1), taler.conf(5) + +Bugs +==== + +Report bugs by using https://gnunet.org/bugs/ or by sending electronic +mail to -- cgit v1.2.3