gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: debit account is implied by user nam


From: gnunet
Subject: [taler-docs] branch master updated: debit account is implied by user name, correct man page
Date: Tue, 03 Mar 2020 16:03:31 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 717ef7a  debit account is implied by user name, correct man page
     new bb93581  Merge branch 'master' of git+ssh://git.taler.net/docs
717ef7a is described below

commit 717ef7af8e38dcbfa06b36f9d44a0ca40a3da3bc
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Mar 3 16:03:24 2020 +0100

    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 12944e6..31f2ecf 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
 ====

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]