diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-01-08 14:28:50 -0500 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-01-08 14:41:33 -0500 |
commit | 4a0c763410651ee717370e88894bf482f0996c11 (patch) | |
tree | 3d48f7a693192988195aac8e455c671615c13261 /manpages/taler-bank-transfer.1.rst | |
parent | 0a6602e0254a8cb52f7b680a0e04fbe8085222ad (diff) | |
download | docs-4a0c763410651ee717370e88894bf482f0996c11.tar.gz docs-4a0c763410651ee717370e88894bf482f0996c11.tar.bz2 docs-4a0c763410651ee717370e88894bf482f0996c11.zip |
taler-bank-transfer(1): reorder opts, both in synopsis and description
Diffstat (limited to 'manpages/taler-bank-transfer.1.rst')
-rw-r--r-- | manpages/taler-bank-transfer.1.rst | 10 |
1 files 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 |