gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated (0a6602e -> c615f5c)


From: gnunet
Subject: [taler-docs] branch master updated (0a6602e -> c615f5c)
Date: Fri, 08 Jan 2021 20:44:49 +0100

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

ttn pushed a change to branch master
in repository docs.

    from 0a6602e  Merge branch 'master' of git+ssh://git.taler.net/docs
     new 4a0c763  taler-bank-transfer(1): reorder opts, both in synopsis and 
description
     new bd538d4  taler-wire-gateway-client(1): rename from 
taler-bank-transfer(1)
     new 389ab38  taler-wire-gateway-client(1): add opts ‘-L’, ‘-l’
     new c615f5c  update conf.py for rename (-bank-transfer => 
-wire-gateway-client)

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 conf.py                                            |  4 +--
 ...nsfer.1.rst => taler-wire-gateway-client.1.rst} | 35 ++++++++++++++--------
 2 files changed, 24 insertions(+), 15 deletions(-)
 rename manpages/{taler-bank-transfer.1.rst => taler-wire-gateway-client.1.rst} 
(85%)

diff --git a/conf.py b/conf.py
index 534b2f0..c3ea73a 100644
--- a/conf.py
+++ b/conf.py
@@ -279,8 +279,6 @@ man_pages = [
      "setup auditor database", "GNU Taler contributors", 1),
     ("manpages/taler-auditor.1", "taler-auditor", "audit exchange",
      "GNU Taler contributors", 1),
-    ("manpages/taler-bank-transfer.1", "taler-bank-transfer",
-     "trigger a transfer at the bank", "GNU Taler contributors", 1),
     ("manpages/taler-config-generate.1", "taler-config-generate",
      "tool to simplify Taler configuration generation",
      "GNU Taler contributors", 1),
@@ -316,6 +314,8 @@ man_pages = [
     ("manpages/taler-merchant-setup-reserve.1", "taler-merchant-setup-reserve",
      "setup reserve for tipping at a Taler merchant backend", "GNU Taler 
contributors",
      1),
+    ("manpages/taler-wire-gateway-client.1", "taler-wire-gateway-client",
+     "trigger a transfer at the bank", "GNU Taler contributors", 1),
     ("manpages/taler.conf.5", "taler.conf", "Taler configuration file",
      "GNU Taler contributors", 5),
 ]
diff --git a/manpages/taler-bank-transfer.1.rst 
b/manpages/taler-wire-gateway-client.1.rst
similarity index 85%
rename from manpages/taler-bank-transfer.1.rst
rename to manpages/taler-wire-gateway-client.1.rst
index e37d596..538b412 100644
--- a/manpages/taler-bank-transfer.1.rst
+++ b/manpages/taler-wire-gateway-client.1.rst
@@ -1,28 +1,30 @@
-taler-bank-transfer(1)
-######################
+taler-wire-gateway-client(1)
+############################
 
 .. only:: html
 
    Name
    ====
 
-   **taler-bank-transfer** - trigger a transfer at the bank (or obtain 
transaction history)
+   **taler-wire-gateway-client** - trigger a transfer at the bank (or obtain 
transaction history)
 
 Synopsis
 ========
 
-**taler-bank-transfer**
+**taler-wire-gateway-client**
 [**-a** *VALUE* | **––amount=**\ ‌\ *VALUE*]
 [**-b** *URL* | **––bank=**\ ‌\ *URL*]
-[**-c** *FILENAME* | **––config=**\ ‌\ *FILENAME*]
 [**-C** *ACCOUNT* | **––credit=**\ ‌\ *ACCOUNT*]
+[**-c** *FILENAME* | **––config=**\ ‌\ *FILENAME*]
 [**-D** *ACCOUNT* | **––debit=**\ ‌\ *ACCOUNT*]
 [**-h** | **––help**]
 [**-i** | **––credit-history**]
+[**-L** *LOGLEVEL* | **––loglevel=**\ ‌\ *LOGLEVEL*]
+[**-l** *FILENAME* | **––logfile=**\ ‌\ *FILENAME*]
 [**-o** | **––debit-history**]
 [**-p** *PASSPHRASE* | **––pass=**\ ‌\ *PASSPHRASE*]
-[**-s** *ACCOUNT-SECTION* | **––section=**\ ‌\ *ACCOUNT-SECTION*]
 [**-S** *STRING* | **––subject=**\ ‌\ *STRING*]
+[**-s** *ACCOUNT-SECTION* | **––section=**\ ‌\ *ACCOUNT-SECTION*]
 [**-u** *USERNAME* | **––user=**\ ‌\ *USERNAME*]
 [**-v** | **––version**]
 [**-w** *ROW* | **––since-when=**\ ‌\ *ROW*]
@@ -30,7 +32,7 @@ Synopsis
 Description
 ===========
 
-**taler-bank-transfer** is a command-line tool to trigger bank transfers or
+**taler-wire-gateway-client** is a command-line tool to trigger bank transfers 
or
 inspect wire transfers for exchange accounts using the wire API.  The tool is
 expected to be used during testing or for diagnostics.
 
@@ -56,14 +58,14 @@ Options
 **-b** *URL* \| **––bank=**\ ‌\ *URL*
    URL at which the bank is operation.  Conflicts with **-s**.
 
-**-c** *FILENAME* \| **––config=**\ ‌\ *FILENAME*
-   Use the given configuration file.
-
 **-C** *ACCOUNT* \| **––credit=**\ ‌\ *ACCOUNT*
    When doing a wire transfer from the exchange, the money should be credited 
to *ACCOUNT*.
    Specifies the payto:// URI of the account.  Can also be used as a filter by 
credit
    account when looking at transaction histories.
 
+**-c** *FILENAME* \| **––config=**\ ‌\ *FILENAME*
+   Use the given configuration file.
+
 **-D** *ACCOUNT* \| **––debit=**\ ‌\ *ACCOUNT*
    When doing a wire transfer to the exchange, the *ACCOUNT* is to be debited.
    Specifies the payto:// URI of the account.  Can also be used as a filter by 
debit
@@ -75,9 +77,19 @@ Options
 **-i** \| **––credit-history**
    Obtain credit history of the exchange. Conflicts with **-o**.
 
+**-L** *LOGLEVEL* \| **––loglevel=**\ ‌\ *LOGLEVEL*
+   Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``,
+   ``WARNING``, ``ERROR``.
+
+**-l** *FILENAME* \| **––logfile=**\ ‌\ *FILENAME*
+   Send logging output to *FILENAME*.
+
 **-o** \| **––debit-history**
    Obtain debit history of the exchange. Conflicts with **-i**.
 
+**-p** *PASSPHRASE* \| **––pass=**\ ‌\ *PASSPHRASE*
+   Specifies the pass phrase for authentication.  Conflicts with **-s**.
+
 **-S** *SUBJECT* \| **––subject=**\ ‌\ *SUBJECT*
    Use *SUBJECT* for the wire transfer subject.  Must be a reserve public key 
for credit operations and a wire transfer identifier for debit operations. If 
not specified, a random value will be generated instead.
 
@@ -87,9 +99,6 @@ Options
 **-u** *USERNAME* \| **––user=**\ ‌\ *USERNAME*
    Specifies the username for authentication.  Optional and conflicts with 
**-s**. If neither **-u** nor **-s** are used, we will attempt to talk to the 
bank without authentication.
 
-**-p** *PASSPHRASE* \| **––pass=**\ ‌\ *PASSPHRASE*
-   Specifies the pass phrase for authentication.  Conflicts with **-s**.
-
 **-v** \| **––version**
    Print version information.
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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