summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-11-28 01:56:07 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-11-28 01:56:07 -0500
commit723b318ee00a793684b2829d605a8dcc614dc61e (patch)
treed25eb1952d08604ed4cc51b82aa37b32dfa769f9 /manpages
parent82b574169b2fc3299457570196b6dc143aba8ada (diff)
downloaddocs-723b318ee00a793684b2829d605a8dcc614dc61e.tar.gz
docs-723b318ee00a793684b2829d605a8dcc614dc61e.tar.bz2
docs-723b318ee00a793684b2829d605a8dcc614dc61e.zip
show double-hyphens in taler-auditor-sign(1)
Diffstat (limited to 'manpages')
-rw-r--r--manpages/taler-auditor-sign.1.rst24
1 files changed, 13 insertions, 11 deletions
diff --git a/manpages/taler-auditor-sign.1.rst b/manpages/taler-auditor-sign.1.rst
index 86dfba39..5d0bb1c1 100644
--- a/manpages/taler-auditor-sign.1.rst
+++ b/manpages/taler-auditor-sign.1.rst
@@ -11,11 +11,13 @@ taler-auditor-sign(1)
Synopsis
========
-**taler-auditor-sign** [**-a** *FILE* | **--auditor-key=**\ ‌\ *FILE*]
-[**-h** | **--help**] [**-m** *KEY* | **--exchange-key=**\ ‌\ *KEY*]
-[**-u** *URL* | **--auditor-url=**\ ‌\ *URL*]
-[**-r** *FILE* | **--exchange-request=**\ ‌\ *FILE*]
-[**-o** *FILE* | **--output=**\ ‌\ *FILE*]
+**taler-auditor-sign**
+[**-a** *FILE* | **––auditor-key=**\ ‌\ *FILE*]
+[**-h** | **––help**]
+[**-m** *KEY* | **––exchange-key=**\ ‌\ *KEY*]
+[**-u** *URL* | **––auditor-url=**\ ‌\ *URL*]
+[**-r** *FILE* | **––exchange-request=**\ ‌\ *FILE*]
+[**-o** *FILE* | **––output=**\ ‌\ *FILE*]
Description
===========
@@ -28,26 +30,26 @@ exchange is properly accounting for those coins.
The exchange for which keys were signed must have been added to the
auditor using taler-auditor-exchange first!
-**-a** *FILE* \| **--auditor-key=**\ ‌\ *FILE*
+**-a** *FILE* \| **––auditor-key=**\ ‌\ *FILE*
Location of the private EdDSA auditor key. If it does not exist, it
will be created.
-**-h** \| **--help**
+**-h** \| **––help**
Print short help on options.
-**-m** *KEY* \| **--exchange-key=**\ ‌\ *KEY*
+**-m** *KEY* \| **––exchange-key=**\ ‌\ *KEY*
Public key of the exchange in Crockford base32 encoding, for example
as generated by gnunet-ecc -p.
-**-u** *URL* \| **--auditor-url=**\ ‌\ *URL*
+**-u** *URL* \| **––auditor-url=**\ ‌\ *URL*
URL of the auditor. Provides informative link for the user to learn
more about the auditor.
-**-r** *FILE* \| **--exchange-request=**\ ‌\ *FILE*
+**-r** *FILE* \| **––exchange-request=**\ ‌\ *FILE*
File with the exchange’s denomination key signing request as
generated by taler-exchange-keyup -o.
-**-o** *FILE* \| **--output=**\ ‌\ *FILE*
+**-o** *FILE* \| **––output=**\ ‌\ *FILE*
File where the auditor should write the EdDSA signature.
See Also