summaryrefslogtreecommitdiff
path: root/manpages/taler-auditor-exchange.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'manpages/taler-auditor-exchange.1.rst')
-rw-r--r--manpages/taler-auditor-exchange.1.rst24
1 files changed, 16 insertions, 8 deletions
diff --git a/manpages/taler-auditor-exchange.1.rst b/manpages/taler-auditor-exchange.1.rst
index 51549ec9..6a13c802 100644
--- a/manpages/taler-auditor-exchange.1.rst
+++ b/manpages/taler-auditor-exchange.1.rst
@@ -12,37 +12,45 @@ Synopsis
========
**taler-auditor-exchange**
+[**-c** *FILENAME* | **––config=**\ ‌\ *FILENAME*]
[**-h** | **––help**]
-[**-r** | **––remove**]
[**-m** *MASTERKEY* | **––exchange-key=**\ ‌\ *MASTERKEY*]
+[**-r** | **––remove**]
[**-u** *EXCHANGE_URL* | **––auditor-url=**\ ‌\ *EXCHANGE_URL*]
+[**-v** | **––version**]
Description
===========
-**taler-auditor-exchange** is a command line tool to be used by an
+**taler-auditor-exchange** is a command-line tool to be used by an
auditor to add or remove an exchange from the list of exchange’s audited
by the auditor. You must add an exchange to that list before signing
denomination keys with taler-auditor-sign or trying to audit it with
taler-auditor or taler-wire-auditor. Afterwards the exchange will be
visible via the /exchanges API of the taler-auditor-httpd.
-**-m** *MASTERKEY* \| **––exchange-key=**\ ‌\ *MASTERKEY*
- Public key of the exchange in Crockford base32 encoding, for example
- as generated by gnunet-ecc -p.
+**-c** *FILENAME* \| **––config=**\ ‌\ *FILENAME*
+ Use the configuration and other resources for the exchange to operate
+ from *FILENAME*.
**-h** \| **––help**
Print short help on options.
-**-u** *EXCHANGE_URL* \| **––auditor-url=**\ ‌\ *EXCHANGE_URL*
- URL of the exchange. The exchange’s HTTP API must be available at
- this address.
+**-m** *MASTERKEY* \| **––exchange-key=**\ ‌\ *MASTERKEY*
+ Public key of the exchange in Crockford base32 encoding, for example
+ as generated by gnunet-ecc -p.
**-r** \| **––remove**
Instead of adding the exchange, remove it. Note that this will drop
ALL data associated with that exchange, including existing auditing
information. So use with extreme care!
+**-u** *EXCHANGE_URL* \| **––auditor-url=**\ ‌\ *EXCHANGE_URL*
+ URL of the exchange. The exchange’s HTTP API must be available at
+ this address.
+
+**-v** \| **––version**
+ Print version information.
Diagnostics
===========