From 717ef7af8e38dcbfa06b36f9d44a0ca40a3da3bc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 3 Mar 2020 16:03:24 +0100 Subject: debit account is implied by user name, correct man page --- manpages/taler-bank-transfer.1.rst | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/manpages/taler-bank-transfer.1.rst b/manpages/taler-bank-transfer.1.rst index 12944e60..31f2ecf2 100644 --- a/manpages/taler-bank-transfer.1.rst +++ b/manpages/taler-bank-transfer.1.rst @@ -13,8 +13,8 @@ Synopsis **taler-bank-transfer** [**-a** *VALUE* | **--amount=**\ ‌\ *VALUE*] [**-b** *URL* | **--bank=**\ ‌\ *URL*] -[**-c** *FILENAME* | **--config=**\ ‌\ *FILENAME*] [**-h** | **--help**] -[**-D** *ACCOUNT* | **--debit=**\ ‌\ *ACCOUNT*] +[**-c** *FILENAME* | **--config=**\ ‌\ *FILENAME*] +[**-h** | **--help**] [**-C** *ACCOUNT* | **--credit=**\ ‌\ *ACCOUNT*] [**-s** *STRING* | **--subject=**\ ‌\ *STRING*] [**-u** *USERNAME* | **--user=**\ ‌\ *USERNAME*] @@ -25,14 +25,16 @@ Description =========== **taler-bank-transfer** is a command line tool to trigger bank -transfers. +transfers to the exchange. Useful for testing provided that +the configured Taler Wire Gateway supports the wire transfer +API. **-a** *VALUE* \| **--amount=**\ ‌\ *VALUE* Amount to transfer. Given in the Taler-typical format of - CURRENCY:VALUE.FRACTION + CURRENCY:VALUE.FRACTION. Mandatory option. **-b** *URL* \| **--bank=**\ ‌\ *URL* - URL at which the bank is operation. + URL at which the bank is operation. Mandatory option. **-c** *FILENAME* \| **--config=**\ ‌\ *FILENAME* Use the given configuration file. @@ -40,22 +42,19 @@ transfers. **-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. + account. Mandatory option. **-s** *STRING* \| **--subject=**\ ‌\ *STRING* - Use STRING for the wire transfer subject. + Use STRING for the wire transfer subject. Must be a reserve public key. + Mandatory option. **-u** *USERNAME* \| **--user=**\ ‌\ *USERNAME* - Specifies the username for authentication. + Specifies the username for authentication. Mandatory option. **-p** *PASSPHRASE* \| **--pass=**\ ‌\ *PASSPHRASE* - Specifies the pass phrase for authentication. + Specifies the pass phrase for authentication. Mandatory option. **-v** \| **--version** Print version information. @@ -63,7 +62,7 @@ transfers. See Also ======== -taler-bank-manage(1), taler.conf(5) +taler-bank-manage(1), taler.conf(5), https://docs.taler.net/core/api-wire.html#wire-transfer-test-apis Bugs ==== -- cgit v1.2.3