taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 5b16fbf3634654068f2e4caa62d04b74f6df6b0c
parent 3c1a27032619701494cee6d7499b8d21304d4b79
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Sat, 28 Nov 2020 02:27:41 -0500

show double-hyphens in taler-exchange-keyup(1)

Diffstat:
Mmanpages/taler-exchange-keyup.1.rst | 33+++++++++++++++++----------------
1 file changed, 17 insertions(+), 16 deletions(-)

diff --git a/manpages/taler-exchange-keyup.1.rst b/manpages/taler-exchange-keyup.1.rst @@ -13,11 +13,12 @@ Synopsis ======== **taler-exchange-keyup** -[**-h** | **–help**] [**-m** *FILE* | **–master-key=**\ ‌\ *FILE*] -[**-o** *FILE* | **–output=**\ ‌\ *FILE*] -[**-r** *DKH* | **–revoke=**\ ‌\ *DKH*] -[**-t** *TIMESTAMP* | **–time=**\ ‌\ *TIMESTAMP*] -[**-v** | **–version**] +[**-h** | **––help**] +[**-m** *FILE* | **––master-key=**\ ‌\ *FILE*] +[**-o** *FILE* | **––output=**\ ‌\ *FILE*] +[**-r** *DKH* | **––revoke=**\ ‌\ *DKH*] +[**-t** *TIMESTAMP* | **––time=**\ ‌\ *TIMESTAMP*] +[**-v** | **––version**] Description =========== @@ -31,44 +32,44 @@ operates. Its options are as follows: -**-c** *FILENAME* \| **–config=**\ ‌\ *FILENAME* +**-c** *FILENAME* \| **––config=**\ ‌\ *FILENAME* Use the configuration and other resources for the merchant to operate from FILENAME. -**-f** *DIRNAME* \| **–feedir=**\ ‌\ *DIRNAME* +**-f** *DIRNAME* \| **––feedir=**\ ‌\ *DIRNAME* Directory where to write the wire transfer fee structure. If not given, the one from the main configuration will be used. -**-h** \| **–help** +**-h** \| **––help** Print short help on options. -**-L** *LOGLEVEL* \| **–loglevel=**\ ‌\ *LOGLEVEL* +**-L** *LOGLEVEL* \| **––loglevel=**\ ‌\ *LOGLEVEL* Specifies the log level to use. Accepted values are: DEBUG, INFO, WARNING, ERROR. -**-k** *BITS* \| **–replacement-keysize=**\ ‌\ *BITS* +**-k** *BITS* \| **––replacement-keysize=**\ ‌\ *BITS* When revoke an active denomination key (see **--r** option), use *BITS* bit for the replacement denomination key. Default is 2048 (bits). -**-m** *FILE* \| **–master-key=**\ ‌\ *FILE* +**-m** *FILE* \| **––master-key=**\ ‌\ *FILE* Location of the private EdDSA offline master key of the exchange. If not given, the location given in the configuration file will be used. -**-o** *FILE* \| **–output=**\ ‌\ *FILE* +**-o** *FILE* \| **––output=**\ ‌\ *FILE* Where to write a denomination key signing request file to be given to the auditor. -**-r** *DKH* \| **–revoke=**\ ‌\ *DKH* +**-r** *DKH* \| **––revoke=**\ ‌\ *DKH* Revoke the denomination key where the denomination public key’s hash is DKH. -**-T** *[+/-]MICROSECONDS* \| **–timetravel=**\ ‌\ *[+/-]MICROSECONDS* +**-T** *[+/-]MICROSECONDS* \| **––timetravel=**\ ‌\ *[+/-]MICROSECONDS* Modify system time (as seen by this process) by the given offset (for debugging/testing). -**-t** *TIMESTAMP* \| **–time=**\ ‌\ *TIMESTAMP* +**-t** *TIMESTAMP* \| **––time=**\ ‌\ *TIMESTAMP* Operate as if the current time was *TIMESTAMP*. -**-v** \| **–version** +**-v** \| **––version** Print version information. See Also