summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-11-28 01:52:47 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-11-28 01:52:47 -0500
commit82b574169b2fc3299457570196b6dc143aba8ada (patch)
tree75c50cb2d80e953c971cdfb8bfc1433068956668
parent1fec02ab17dca6eb7533e16ff3f74296fb9282cf (diff)
downloaddocs-82b574169b2fc3299457570196b6dc143aba8ada.tar.gz
docs-82b574169b2fc3299457570196b6dc143aba8ada.tar.bz2
docs-82b574169b2fc3299457570196b6dc143aba8ada.zip
show double-hyphens in taler-auditor-exchange(1)
-rw-r--r--manpages/taler-auditor-exchange.1.rst16
1 files changed, 9 insertions, 7 deletions
diff --git a/manpages/taler-auditor-exchange.1.rst b/manpages/taler-auditor-exchange.1.rst
index 3471cf1a..51549ec9 100644
--- a/manpages/taler-auditor-exchange.1.rst
+++ b/manpages/taler-auditor-exchange.1.rst
@@ -11,9 +11,11 @@ taler-auditor-exchange(1)
Synopsis
========
-**taler-auditor-exchange** [**-h** | **--help**] [**-r** | **--remove**]
-[**-m** *MASTERKEY* | **--exchange-key=**\ ‌\ *MASTERKEY*]
-[**-u** *EXCHANGE_URL* | **--auditor-url=**\ ‌\ *EXCHANGE_URL*]
+**taler-auditor-exchange**
+[**-h** | **––help**]
+[**-r** | **––remove**]
+[**-m** *MASTERKEY* | **––exchange-key=**\ ‌\ *MASTERKEY*]
+[**-u** *EXCHANGE_URL* | **––auditor-url=**\ ‌\ *EXCHANGE_URL*]
Description
===========
@@ -25,18 +27,18 @@ 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*
+**-m** *MASTERKEY* \| **––exchange-key=**\ ‌\ *MASTERKEY*
Public key of the exchange in Crockford base32 encoding, for example
as generated by gnunet-ecc -p.
-**-h** \| **--help**
+**-h** \| **––help**
Print short help on options.
-**-u** *EXCHANGE_URL* \| **--auditor-url=**\ ‌\ *EXCHANGE_URL*
+**-u** *EXCHANGE_URL* \| **––auditor-url=**\ ‌\ *EXCHANGE_URL*
URL of the exchange. The exchange’s HTTP API must be available at
this address.
-**-r** \| **--remove**
+**-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!