summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-03 16:03:24 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-03 16:03:24 +0100
commit717ef7af8e38dcbfa06b36f9d44a0ca40a3da3bc (patch)
tree0e5a6896699331f7f5a255185141ae98af98c39a /manpages
parent1e31a13c03ecb5505646e9de17cb38b7e7cbaf04 (diff)
downloaddocs-717ef7af8e38dcbfa06b36f9d44a0ca40a3da3bc.tar.gz
docs-717ef7af8e38dcbfa06b36f9d44a0ca40a3da3bc.tar.bz2
docs-717ef7af8e38dcbfa06b36f9d44a0ca40a3da3bc.zip
debit account is implied by user name, correct man page
Diffstat (limited to 'manpages')
-rw-r--r--manpages/taler-bank-transfer.1.rst27
1 files 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
====