summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-01-15 09:38:14 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-01-15 09:38:14 +0100
commit50c7fe8506a8f33ffa0f4633c1e693a4c8c9b961 (patch)
tree27904ff2b6c54732b94da2be0480e36587be649b /doc
parentd9a0005213280f2a4a57363bca6484c7f5a3126c (diff)
downloadmerchant-50c7fe8506a8f33ffa0f4633c1e693a4c8c9b961.tar.gz
merchant-50c7fe8506a8f33ffa0f4633c1e693a4c8c9b961.tar.bz2
merchant-50c7fe8506a8f33ffa0f4633c1e693a4c8c9b961.zip
Addressing #5015.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am1
-rw-r--r--doc/taler-merchant-generate-payments.150
2 files changed, 51 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index e20e3337..9481e41a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -13,6 +13,7 @@ AM_MAKEINFOHTMLFLAGS = --no-split --css-ref=docstyle.css --css-ref=brown-paper.c
man_MANS = \
taler-merchant-tip-enable.1 \
+ taler-merchant-generate-payments.1 \
taler-merchant-httpd.1
info_TEXINFOS = manual.texi
diff --git a/doc/taler-merchant-generate-payments.1 b/doc/taler-merchant-generate-payments.1
new file mode 100644
index 00000000..a848f2cc
--- /dev/null
+++ b/doc/taler-merchant-generate-payments.1
@@ -0,0 +1,50 @@
+.TH TALER\-MERCHANT\-GENERATE\-PAYMENTS 1 "Nov 4, 2017" "GNU Taler"
+
+.SH NAME
+taler\-merchant\-generate\-payments \- Generate Taler\-style fake payments.
+
+.SH SYNOPSIS
+.B taler\-merchant\-httpd
+.RI [ options ]
+.br
+
+.SH DESCRIPTION
+\fBtaler\-merchant\-generate\-payments\fP is a command line tool to populate your merchant database with fake Taler\-style payments.
+
+.SH OPTIONS
+.B
+.IP "\-n TIMES, \-\-times TIMES"
+Generate TIMES payments.
+
+.B
+.IP "\-b, \-\-remote\-bank"
+If given, use the bank specified in the configuration. Without this option, the "fake bank" will be started on port 8888.
+
+.B
+.IP "\-e, \-\-remote\-exchange"
+Do not fork any exchange, so the payments will be executed against the exchange specified in the configuration.
+
+.B
+.IP "\-m, \-\-remote\-merchant"
+Do not fork any merchant. All the payments will be executed against the merchant backend specified in the configuration.
+
+.B
+.IP "\-c FILENAME, \-\-config=FILENAME"
+Use the configuration and other resources for the merchant to operate from FILENAME.
+.B
+.IP "\-h, \-\-help"
+Print short help on options.
+.B
+.IP "\-v, \-\-version"
+Print version information.
+
+.SH SIGNALS
+.B
+.IP SIGTERM
+Sending a SIGTERM to the process will cause it to shutdown cleanly.
+
+.SH BUGS
+Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <taler@gnu.org>
+
+.SH "SEE ALSO"
+\fBtaler\-merchant\-dbinit\fP(1), \fBtaler\-merchant\-tip\-enable\fP(1), \fBtaler.conf\fP(5)