summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-18 13:58:53 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-18 13:58:53 +0100
commit3ac8bb505845e8a854a691a18292dd6f08351184 (patch)
tree04a4b0952a939ed4fd4be0f3d2a4dda8bbd10ecf /manpages
parenta9a58f496c65b48c81c1db1f3419d5bbe74a3a4e (diff)
downloaddocs-3ac8bb505845e8a854a691a18292dd6f08351184.tar.gz
docs-3ac8bb505845e8a854a691a18292dd6f08351184.tar.bz2
docs-3ac8bb505845e8a854a691a18292dd6f08351184.zip
update man pages
Diffstat (limited to 'manpages')
-rw-r--r--manpages/taler-exchange-keycheck.1.rst13
-rw-r--r--manpages/taler-exchange-keyup.1.rst24
2 files changed, 30 insertions, 7 deletions
diff --git a/manpages/taler-exchange-keycheck.1.rst b/manpages/taler-exchange-keycheck.1.rst
index 6693b6e3..6694fda0 100644
--- 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
index 07a6b441..4ba6bf3b 100644
--- 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*.