[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated (604eb36 -> 5fce254)
From: |
gnunet |
Subject: |
[taler-docs] branch master updated (604eb36 -> 5fce254) |
Date: |
Fri, 08 Jan 2021 03:24:43 +0100 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a change to branch master
in repository docs.
from 604eb36 taler-auditor-dbinit(1): add opts ‘-c’, ‘-L’, ‘-l’
new 829487b taler-auditor-exchange(1): reorder opts
new 5fce254 taler-auditor-exchange(1): add opts ‘-c’, ‘-v’
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
manpages/taler-auditor-exchange.1.rst | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 deletions(-)
diff --git a/manpages/taler-auditor-exchange.1.rst
b/manpages/taler-auditor-exchange.1.rst
index 51549ec..14603f4 100644
--- a/manpages/taler-auditor-exchange.1.rst
+++ b/manpages/taler-auditor-exchange.1.rst
@@ -12,10 +12,12 @@ 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
===========
@@ -27,22 +29,28 @@ 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
===========
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-docs] branch master updated (604eb36 -> 5fce254),
gnunet <=