From 389ab38b74d707af895ae08c5616faa474a3cdaa Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 8 Jan 2021 14:33:59 -0500 Subject: taler-wire-gateway-client(1): add opts ‘-L’, ‘-l’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manpages/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 index cd76d01b..538b412e 100644 --- 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. -- cgit v1.2.3