summaryrefslogtreecommitdiff
path: root/man/taler-auditor.1
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-21 13:32:47 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-21 13:32:47 +0100
commit4739f1447d0e8a6534c7fbdbc361d5d756d1875b (patch)
tree7a27ad61487c2d638b57e6dd5f2fe0edc9967fba /man/taler-auditor.1
parenteef86710c7deade01361f8985fd9a6fe6a21e8ff (diff)
downloaddocs-4739f1447d0e8a6534c7fbdbc361d5d756d1875b.tar.gz
docs-4739f1447d0e8a6534c7fbdbc361d5d756d1875b.tar.bz2
docs-4739f1447d0e8a6534c7fbdbc361d5d756d1875b.zip
update prebuilt docs
Diffstat (limited to 'man/taler-auditor.1')
-rw-r--r--man/taler-auditor.150
1 files changed, 39 insertions, 11 deletions
diff --git a/man/taler-auditor.1 b/man/taler-auditor.1
index 1e492b34..55cf0840 100644
--- a/man/taler-auditor.1
+++ b/man/taler-auditor.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH "TALER-AUDITOR" "1" "Mar 22, 2020" "0.6pre1" "GNU Taler"
+.TH "TALER-AUDITOR" "1" "Jan 21, 2021" "0.8pre0" "GNU Taler"
.SH NAME
taler-auditor \- audit exchange
.
@@ -30,15 +30,20 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.sp
-\fBtaler\-auditor\fP \- audit exchange
.SH SYNOPSIS
.sp
-\fBtaler\-auditor\fP [\fB\-h\fP\ |\ \fB\-\-help\fP]
-[\fB\-m\fP\ \fIMASTER_KEY\fP\ |\ \fB\-\-exchange\-key=\fP‌\fIMASTER_KEY\fP]
+\fBtaler\-auditor\fP
+[\fB\-c\fP\ \fIFILENAME\fP\ |\ \fB––config=\fP‌\fIFILENAME\fP]
+[\fB\-h\fP\ |\ \fB––help\fP]
+[\fB\-i**_|_\fP––internal**]
+[\fB\-L\fP\ \fILOGLEVEL\fP\ |\ \fB––loglevel=\fP‌\fILOGLEVEL\fP]
+[\fB\-l\fP\ \fIFILENAME\fP\ |\ \fB––logfile=\fP‌\fIFILENAME\fP]
+[\fB\-m\fP\ \fIMASTER_KEY\fP\ |\ \fB––exchange\-key=\fP‌\fIMASTER_KEY\fP]
+[\fB\-T\fP\ \fIUSEC\fP\ |\ \fB––timetravel\fP\fIUSEC\fP]
+[\fB\-v\fP\ |\ \fB––version\fP]
.SH DESCRIPTION
.sp
-\fBtaler\-auditor\fP is a command line tool to be used by an auditor to
+\fBtaler\-auditor\fP is a command\-line tool to be used by an auditor to
audit an exchange’s database and calculate the current financial state
of the exchange (including revenue, amount expected in escrow and risk
exposure). The audit is incremental. The first audit must be performed
@@ -49,25 +54,48 @@ incoming and outgoing wire transfers that the bank claims to have
matches the exchange’s database. Its options are as follows.
.INDENT 0.0
.TP
-\fB\-h\fP | \fB\-\-help\fP
+\fB\-c\fP \fIFILENAME\fP | \fB––config=\fP‌\fIFILENAME\fP
+Use the configuration and other resources for the merchant to operate
+from \fIFILENAME\fP\&.
+.TP
+\fB\-h\fP | \fB––help\fP
Print short help on options.
.TP
-\fB\-m\fP \fIKEY\fP | \fB\-\-exchange\-key=\fP‌\fIKEY\fP
+\fB\-i\fP | \fB––internal\fP
+Run additional checks that can only performed on the exchange\-internal
+database and not the "safe" replicated database at the auditor.
+.TP
+\fB\-L\fP \fILOGLEVEL\fP | \fB––loglevel=\fP‌\fILOGLEVEL\fP
+Specifies the log level to use. Accepted values are: \fBDEBUG\fP, \fBINFO\fP,
+\fBWARNING\fP, \fBERROR\fP\&.
+.TP
+\fB\-l\fP \fIFILENAME\fP | \fB––logfile=\fP‌\fIFILENAME\fP
+Send logging output to \fIFILENAME\fP\&.
+.TP
+\fB\-m\fP \fIKEY\fP | \fB––exchange\-key=\fP‌\fIKEY\fP
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.
+.TP
+\fB\-T\fP \fIUSEC\fP | \fB––timetravel=\fP\fIUSEC\fP
+Modify the system time by \fIUSEC\fP microseconds.
+\fIUSEC\fP may be prefixed with \fB+\fP or \fB\-\fP (e.g. \fB\-T +300\fP).
+This option is intended for debugging/testing only.
+.TP
+\fB\-v\fP | \fB––version\fP
+Print version information.
.UNINDENT
.SH SEE ALSO
.sp
-gnunet\-ecc(1), taler\-auditor\-sign(1), taler.conf(5), taler\-auditor\-dbinit(1)
+gnunet\-ecc(1), taler\-auditor\-offline(1), taler.conf(5), taler\-auditor\-dbinit(1)
.SH BUGS
.sp
-Report bugs by using \fI\%https://bugs.gnunet.org\fP or by sending electronic
+Report bugs by using \fI\%https://bugs.taler.net\fP or by sending electronic
mail to <\fI\%taler@gnu.org\fP>.
.SH AUTHOR
GNU Taler contributors
.SH COPYRIGHT
-2014, 2015, 2016 Florian Dold, Benedikt Muller, Sree Harsha Totakura, Christian Grothoff, Marcello Stanisci (GPLv3+ or GFDL 1.3+)
+2014-2020 Taler Systems SA (GPLv3+ or GFDL 1.3+)
.\" Generated by docutils manpage writer.
.