summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-01-07 21:19:53 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-01-07 21:19:53 -0500
commit829487bae4cabead0467b6b3106844318209c43b (patch)
tree05b2582e4615644bfa80e92795b6403a33f572bd /manpages
parent604eb369f556a95f182c844c5ab0544623ef5d24 (diff)
downloaddocs-829487bae4cabead0467b6b3106844318209c43b.tar.gz
docs-829487bae4cabead0467b6b3106844318209c43b.tar.bz2
docs-829487bae4cabead0467b6b3106844318209c43b.zip
taler-auditor-exchange(1): reorder opts
Diffstat (limited to 'manpages')
-rw-r--r--manpages/taler-auditor-exchange.1.rst15
1 files changed, 7 insertions, 8 deletions
diff --git a/manpages/taler-auditor-exchange.1.rst b/manpages/taler-auditor-exchange.1.rst
index 51549ec9..334079b3 100644
--- a/manpages/taler-auditor-exchange.1.rst
+++ b/manpages/taler-auditor-exchange.1.rst
@@ -13,8 +13,8 @@ Synopsis
**taler-auditor-exchange**
[**-h** | **––help**]
-[**-r** | **––remove**]
[**-m** *MASTERKEY* | **––exchange-key=**\ ‌\ *MASTERKEY*]
+[**-r** | **––remove**]
[**-u** *EXCHANGE_URL* | **––auditor-url=**\ ‌\ *EXCHANGE_URL*]
Description
@@ -27,22 +27,21 @@ 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.
-
**-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.
Diagnostics
===========