taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 389ab38b74d707af895ae08c5616faa474a3cdaa
parent bd538d48e93ff3e74986858872dfd3a279e0135c
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri,  8 Jan 2021 14:33:59 -0500

taler-wire-gateway-client(1): add opts ‘-L’, ‘-l’

Diffstat:
Mmanpages/taler-wire-gateway-client.1.rst | 15++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/manpages/taler-wire-gateway-client.1.rst b/manpages/taler-wire-gateway-client.1.rst @@ -19,6 +19,8 @@ Synopsis [**-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** *STRING* | **––subject=**\ ‌\ *STRING*] @@ -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.