From b4c4f0b07822b66e2b60e43c3654a927c768ac94 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 30 Mar 2016 22:56:17 +0200 Subject: towards a testcase for aggregation logic --- doc/Makefile.am | 1 + doc/taler-exchange-aggregator.1 | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 doc/taler-exchange-aggregator.1 (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index 0b3dc39c4..5a9de87a0 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -4,6 +4,7 @@ SUBDIRS = . doxygen man_MANS = \ taler-auditor-sign.1 \ + taler-exchange-aggregator.1 \ taler-exchange-dbinit.1 \ taler-exchange-httpd.1 \ taler-exchange-keyup.1 \ diff --git a/doc/taler-exchange-aggregator.1 b/doc/taler-exchange-aggregator.1 new file mode 100644 index 000000000..954f88b20 --- /dev/null +++ b/doc/taler-exchange-aggregator.1 @@ -0,0 +1,35 @@ +.TH TALER\-EXCHANGE\-AGGREGATOR 1 "Mar 30, 2016" "GNU Taler" + +.SH NAME +taler\-exchange\-aggregator \- Aggregate and execute exchange transactions + +.SH SYNOPSIS +.B taler\-exchange\-aggregator +.RI [ options ] +.br + +.SH DESCRIPTION +\fBtaler\-exchange\-aggregator\fP is a command line tool to run pending transactions from the Taler exchange. + +.SH OPTIONS +.B +.IP "\-d DIRNAME, \-\-exchange-dir=DIRNAME" +Use the configuration and other resources for the exchange to operate from DIRNAME. +.B +.IP "\-f WIREFORMAT, \-\-format=WIREFORMAT" +Overrides WIREFORMAT option from the configuation file. +.B +.IP "\-h, \-\-help" +Print short help on options. +.B +.IP "\-t, \-\-test" +Run in test mode (use temporary tables). Only useful for testcases. +.B +.IP "\-v, \-\-version" +Print version information. +.B +.SH BUGS +Report bugs by using Mantis or by sending electronic mail to + +.SH "SEE ALSO" +\fBtaler\-exchange\-dbinit\fP(1), \fBtaler\-exchange\-keyup\fP(1), \fBtaler\-exchange\-httpd\fP(1), \fBtaler.conf\fP(5) -- cgit v1.2.3