summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-11-28 02:26:08 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-11-28 02:26:08 -0500
commit3c1a27032619701494cee6d7499b8d21304d4b79 (patch)
tree54617a2511f13a41be55ed1b2c7211bb3a33850b /manpages
parent99549542d8296dbfc18f6ba0659b3423ee66fe08 (diff)
downloaddocs-3c1a27032619701494cee6d7499b8d21304d4b79.tar.gz
docs-3c1a27032619701494cee6d7499b8d21304d4b79.tar.bz2
docs-3c1a27032619701494cee6d7499b8d21304d4b79.zip
show double-hyphens in taler-exchange-keycheck(1)
Diffstat (limited to 'manpages')
-rw-r--r--manpages/taler-exchange-keycheck.1.rst13
1 files changed, 7 insertions, 6 deletions
diff --git a/manpages/taler-exchange-keycheck.1.rst b/manpages/taler-exchange-keycheck.1.rst
index d79bbddb..48bf0d1c 100644
--- a/manpages/taler-exchange-keycheck.1.rst
+++ b/manpages/taler-exchange-keycheck.1.rst
@@ -13,7 +13,8 @@ Synopsis
========
**taler-exchange-keycheck**
-[**-h** | **–help**] [**-v** | **–version**]
+[**-h** | **––help**]
+[**-v** | **––version**]
Description
===========
@@ -25,21 +26,21 @@ that the files are correct.
Its options are as follows:
-**-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.
-**-i** *AMOUNT* \| **–denomination-info-hash=**\ ‌\ *AMOUNT*
+**-i** *AMOUNT* \| **––denomination-info-hash=**\ ‌\ *AMOUNT*
Output the full denomination key hashes and the validity starting times of all denomination keys for the given *AMOUNT*. Useful to identify hashes when revoking keys.
-**-L** *LOGLEVEL* \| **–loglevel=**\ ‌\ *LOGLEVEL*
+**-L** *LOGLEVEL* \| **––loglevel=**\ ‌\ *LOGLEVEL*
Specifies the log level to use. Accepted values are: DEBUG, INFO,
WARNING, ERROR.
-**-v** \| **–version**
+**-v** \| **––version**
Print version information.
See Also