From ed373fe3d98cd249ddd65d631bd6007a1ce94fde Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 26 Jul 2021 17:21:33 +0200 Subject: do not use unicode double dashes --- manpages/taler-auditor-exchange.1.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'manpages/taler-auditor-exchange.1.rst') diff --git a/manpages/taler-auditor-exchange.1.rst b/manpages/taler-auditor-exchange.1.rst index 9f262387..44d848ee 100644 --- a/manpages/taler-auditor-exchange.1.rst +++ b/manpages/taler-auditor-exchange.1.rst @@ -12,12 +12,12 @@ Synopsis ======== **taler-auditor-exchange** -[**-c** *FILENAME* | **––config=**\ ‌\ *FILENAME*] -[**-h** | **––help**] -[**-m** *MASTERKEY* | **––exchange-key=**\ ‌\ *MASTERKEY*] -[**-r** | **––remove**] -[**-u** *EXCHANGE_URL* | **––auditor-url=**\ ‌\ *EXCHANGE_URL*] -[**-v** | **––version**] +[**-c** *FILENAME* | **--config=**\ ‌\ *FILENAME*] +[**-h** | **--help**] +[**-m** *MASTERKEY* | **--exchange-key=**\ ‌\ *MASTERKEY*] +[**-r** | **--remove**] +[**-u** *EXCHANGE_URL* | **--auditor-url=**\ ‌\ *EXCHANGE_URL*] +[**-v** | **--version**] Description =========== @@ -29,27 +29,27 @@ denomination keys with taler-auditor-offline 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. -**-c** *FILENAME* \| **––config=**\ ‌\ *FILENAME* +**-c** *FILENAME* \| **--config=**\ ‌\ *FILENAME* Use the configuration and other resources for the exchange to operate from *FILENAME*. -**-h** \| **––help** +**-h** \| **--help** Print short help on options. -**-m** *MASTERKEY* \| **––exchange-key=**\ ‌\ *MASTERKEY* +**-m** *MASTERKEY* \| **--exchange-key=**\ ‌\ *MASTERKEY* Public key of the exchange in Crockford base32 encoding, for example as generated by ``taler-auditor-offline setup``. -**-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! -**-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. -**-v** \| **––version** +**-v** \| **--version** Print version information. Diagnostics -- cgit v1.2.3