[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] 01/04: taler-bank-transfer(1): reorder opts, both in synops
From: |
gnunet |
Subject: |
[taler-docs] 01/04: taler-bank-transfer(1): reorder opts, both in synopsis and description |
Date: |
Fri, 08 Jan 2021 20:44:50 +0100 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a commit to branch master
in repository docs.
commit 4a0c763410651ee717370e88894bf482f0996c11
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Fri Jan 8 14:28:50 2021 -0500
taler-bank-transfer(1): reorder opts, both in synopsis and description
---
manpages/taler-bank-transfer.1.rst | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/manpages/taler-bank-transfer.1.rst
b/manpages/taler-bank-transfer.1.rst
index e37d596..dcf7492 100644
--- a/manpages/taler-bank-transfer.1.rst
+++ b/manpages/taler-bank-transfer.1.rst
@@ -14,15 +14,15 @@ Synopsis
**taler-bank-transfer**
[**-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**]
[**-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*]
@@ -56,14 +56,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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.