diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-05-05 11:11:03 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-05-05 11:11:03 +0200 |
commit | da75b30a258e35d6256aa8d61a0b729ae5c4c896 (patch) | |
tree | be188924faee7515792ff0b0867082431c9a4a18 /doc | |
parent | ed1a4c08fd67e00f61d3e36e33833657d660bad3 (diff) |
starting to implement taler-exchange-wirewatch
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 1 | ||||
-rw-r--r-- | doc/taler-exchange-wirewatch.1 | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 7e9401a09..c509f4a8c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -13,6 +13,7 @@ man_MANS = \ taler-exchange-keycheck.1 \ taler-exchange-reservemod.1 \ taler-exchange-wire.1 \ + taler-exchange-wirewatch.1 \ taler.conf.5 DISTCLEANFILES = \ diff --git a/doc/taler-exchange-wirewatch.1 b/doc/taler-exchange-wirewatch.1 new file mode 100644 index 000000000..72006e6d2 --- /dev/null +++ b/doc/taler-exchange-wirewatch.1 @@ -0,0 +1,29 @@ +.TH TALER\-EXCHANGE\-WIREWATCH 1 "May 5, 2017" "GNU Taler" + +.SH NAME +taler\-exchange\-wirewatch \- Watch for incoming wire transfers + +.SH SYNOPSIS +.B taler\-exchange\-wirewatch +.RI [ options ] +.br + +.SH DESCRIPTION +\fBtaler\-exchange\-wirewatch\fP is a command line tool to import wire transactions into the Taler exchange database. + +.SH OPTIONS +.B +.IP "\-t PLUGINNAME, \-\-type=PLUGINNAME" +Use the specified wire plugin and its configuration to talk to the bank. +.B +.IP "\-h, \-\-help" +Print short help on options. +.B +.IP "\-v, \-\-version" +Print version information. +.B +.SH BUGS +Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <taler@gnu.org> + +.SH "SEE ALSO" +\fBtaler\-exchange\-aggregator\fP(1), \fBtaler\-exchange\-httpd\fP(1), \fBtaler.conf\fP(5) |