commit 3ac8bb505845e8a854a691a18292dd6f08351184
parent a9a58f496c65b48c81c1db1f3419d5bbe74a3a4e
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 18 Mar 2020 13:58:53 +0100
update man pages
Diffstat:
2 files changed, 30 insertions(+), 7 deletions(-)
diff --git a/manpages/taler-exchange-keycheck.1.rst b/manpages/taler-exchange-keycheck.1.rst
@@ -26,13 +26,20 @@ that the files are correct.
Its options are as follows:
-**-d** *DIRNAME* \| **–exchange-dir=**\ \ *DIRNAME*
- Use the configuration and other resources for the exchange to operate
- from *DIRNAME*.
+**-c** *FILENAME* \| **–config=**\ \ *FILENAME*
+ Use the configuration and other resources for the merchant to operate
+ from *FILENAME*.
**-h** \| **–help**
Print short help on options.
+**-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*
+ Specifies the log level to use. Accepted values are: DEBUG, INFO,
+ WARNING, ERROR.
+
**-v** \| **–version**
Print version information.
diff --git a/manpages/taler-exchange-keyup.1.rst b/manpages/taler-exchange-keyup.1.rst
@@ -32,15 +32,28 @@ operates.
Its options are as follows:
-**-d** *DIRNAME* \| **–exchange-dir=**\ \ *DIRNAME*
- Use the configuration and other resources for the exchange to operate
- from *DIRNAME*.
+**-c** *FILENAME* \| **–config=**\ \ *FILENAME*
+ Use the configuration and other resources for the merchant to operate
+ from FILENAME.
+
+**-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**
Print short help on options.
+**-L** *LOGLEVEL* \| **–loglevel=**\ \ *LOGLEVEL*
+ Specifies the log level to use. Accepted values are: DEBUG, INFO,
+ WARNING, ERROR.
+
+**-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*
- Location of the private EdDSA offline master key of the exchange.
+ 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*
Where to write a denomination key signing request file to be given to
@@ -50,6 +63,9 @@ Its options are as follows:
Revoke the denomination key where the denomination public key’s hash
is DKH.
+**-T** *[+/-]MICROSECONDS* \| **–timetravel=**\ \ *[+/-]MICROSECONDS*
+ Modify system time (as seen by this process) by the given offset (for debugging/testing).
+
**-t** *TIMESTAMP* \| **–time=**\ \ *TIMESTAMP*
Operate as if the current time was *TIMESTAMP*.