summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
Diffstat (limited to 'manpages')
-rw-r--r--manpages/taler-exchange-aggregator.1.rst9
-rw-r--r--manpages/taler-exchange-closer.1.rst47
-rw-r--r--manpages/taler-exchange-transfer.1.rst47
3 files changed, 99 insertions, 4 deletions
diff --git a/manpages/taler-exchange-aggregator.1.rst b/manpages/taler-exchange-aggregator.1.rst
index 8f9afaaf..e76e129c 100644
--- a/manpages/taler-exchange-aggregator.1.rst
+++ b/manpages/taler-exchange-aggregator.1.rst
@@ -6,7 +6,7 @@ taler-exchange-aggregator(1)
Name
====
- **taler-exchange-aggregator** - aggregate and execute exchange transactions
+ **taler-exchange-aggregator** - aggregate deposits into wire transfers
Synopsis
========
@@ -18,8 +18,9 @@ Synopsis
Description
===========
-**taler-exchange-aggregator** is a command line tool to run pending
-transactions from the Taler exchange.
+**taler-exchange-aggregator** is a command line tool to run aggregate deposits
+to the same merchant into larger wire transfers. The actual transfers are then
+done by **taler-exchange-transfer**.
**-d** *DIRNAME* \| **--exchange-dir=**\ ‌\ *DIRNAME*
Use the configuration and other resources for the exchange to operate
@@ -37,7 +38,7 @@ transactions from the Taler exchange.
See Also
========
-taler-exchange-dbinit(1), taler-exchange-keyup(1),
+taler-exchange-transfer(1), taler-exchange-closer(1),
taler-exchange-httpd(1), taler.conf(5).
Bugs
diff --git a/manpages/taler-exchange-closer.1.rst b/manpages/taler-exchange-closer.1.rst
new file mode 100644
index 00000000..a1ab67c3
--- /dev/null
+++ b/manpages/taler-exchange-closer.1.rst
@@ -0,0 +1,47 @@
+taler-exchange-closer(1)
+############################
+
+.. only:: html
+
+ Name
+ ====
+
+ **taler-exchange-closer** - close idle reserves
+
+Synopsis
+========
+
+**taler-exchange-closer**
+[**-d** *DIRNAME* | **--exchange-dir=**\ ‌\ *DIRNAME*]
+[**-h** | **--help**] [**-t** | **--test**] [**-v** | **--version**]
+
+Description
+===========
+
+**taler-exchange-closer** is a command line tool to run close
+reserves that have been idle for too long, causing transfers
+to the originating bank account to be scheduled.
+
+**-d** *DIRNAME* \| **--exchange-dir=**\ ‌\ *DIRNAME*
+ Use the configuration and other resources for the exchange to operate
+ from *DIRNAME*.
+
+**-h** \| **--help**
+ Print short help on options.
+
+**-t** \| **--test**
+ Run in test mode and exit when idle.
+
+**-v** \| **--version**
+ Print version information.
+
+See Also
+========
+
+taler-exchange-transfer(1), taler-exchange-httpd(1), taler.conf(5).
+
+Bugs
+====
+
+Report bugs by using https://gnunet.org/bugs/ or by sending electronic
+mail to <taler@gnu.org>.
diff --git a/manpages/taler-exchange-transfer.1.rst b/manpages/taler-exchange-transfer.1.rst
new file mode 100644
index 00000000..78427a2d
--- /dev/null
+++ b/manpages/taler-exchange-transfer.1.rst
@@ -0,0 +1,47 @@
+taler-exchange-transfer(1)
+############################
+
+.. only:: html
+
+ Name
+ ====
+
+ **taler-exchange-transfer** - execute scheduled wire transfers
+
+Synopsis
+========
+
+**taler-exchange-transfer**
+[**-d** *DIRNAME* | **--exchange-dir=**\ ‌\ *DIRNAME*]
+[**-h** | **--help**] [**-t** | **--test**] [**-v** | **--version**]
+
+Description
+===========
+
+**taler-exchange-transfer** is a command line tool to actually execute scheduled wire transfers (using the bank/wire gateway).
+The transfers are prepared by the **taler-exchange-aggregator** and **taler-exchange-closer** tools.
+
+**-d** *DIRNAME* \| **--exchange-dir=**\ ‌\ *DIRNAME*
+ Use the configuration and other resources for the exchange to operate
+ from *DIRNAME*.
+
+**-h** \| **--help**
+ Print short help on options.
+
+**-t** \| **--test**
+ Run in test mode and exit when idle.
+
+**-v** \| **--version**
+ Print version information.
+
+See Also
+========
+
+taler-exchange-aggregator(1), taler-exchange-closer(1),
+taler-exchange-httpd(1), taler.conf(5).
+
+Bugs
+====
+
+Report bugs by using https://gnunet.org/bugs/ or by sending electronic
+mail to <taler@gnu.org>.