diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-11-12 14:11:05 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-11-12 14:11:05 +0100 |
commit | f299130c50ca79efbfc8daf7f73aaba7ffb3a258 (patch) | |
tree | c6ab95afbb211cca6be591ef66ce6762c4859565 /doc/taler-auditor.1 | |
parent | 25d96e88bd3094a8ffd4975c8e59ddb7ec39ba0c (diff) |
make -m option optional for taler-auditor and taler-wire-auditor
Diffstat (limited to 'doc/taler-auditor.1')
-rw-r--r-- | doc/taler-auditor.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/taler-auditor.1 b/doc/taler-auditor.1 index 7682bf95f..dc4da2381 100644 --- a/doc/taler-auditor.1 +++ b/doc/taler-auditor.1 @@ -17,7 +17,7 @@ taler\-auditor \- Audit exchange. Print short help on options. .B .IP "\-m KEY, \-\-exchange-key=KEY" -Public master key of the exchange in Crockford base32 encoding, for example as generated by gnunet\-ecc \-p. +Public master key of the exchange in Crockford base32 encoding, for example as generated by gnunet\-ecc \-p. If this option is missing, taler\-auditor will use the MASTER_PUBLIC_KEY value from the "exchange" section of the configuration. .B .IP "\-r, \-\-reset" Reset the audit, starts everything from the beginning. Useful for testing and required for the first audit to setup auditor's tables. Note that if (just) the exchange key changes, the \-r option should not be used again. |