summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
Diffstat (limited to 'manpages')
-rw-r--r--manpages/taler-wire-gateway-client.1.rst15
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 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.