diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-01-08 14:33:59 -0500 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-01-08 14:41:58 -0500 |
commit | 389ab38b74d707af895ae08c5616faa474a3cdaa (patch) | |
tree | 14268464c8a7548597e9f44f69f12d6bb1364c54 | |
parent | bd538d48e93ff3e74986858872dfd3a279e0135c (diff) | |
download | docs-389ab38b74d707af895ae08c5616faa474a3cdaa.tar.gz docs-389ab38b74d707af895ae08c5616faa474a3cdaa.tar.bz2 docs-389ab38b74d707af895ae08c5616faa474a3cdaa.zip |
taler-wire-gateway-client(1): add opts ‘-L’, ‘-l’
-rw-r--r-- | manpages/taler-wire-gateway-client.1.rst | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/manpages/taler-wire-gateway-client.1.rst b/manpages/taler-wire-gateway-client.1.rst index cd76d01..538b412 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. |