gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: add missing man page


From: gnunet
Subject: [taler-docs] branch master updated: add missing man page
Date: Sun, 21 Jan 2024 15:18:02 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new a1c4fcd7 add missing man page
a1c4fcd7 is described below

commit a1c4fcd7e50cac40333ebe30c5f8688b581ff151
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jan 21 14:17:59 2024 +0100

    add missing man page
---
 conf.py                                |  7 ++++
 manpages/taler-merchant-exchange.1.rst | 67 ++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

diff --git a/conf.py b/conf.py
index 63766815..1aae2c40 100644
--- a/conf.py
+++ b/conf.py
@@ -574,6 +574,13 @@ man_pages = [
         "GNU Taler contributors",
         1,
     ),
+    (
+        "manpages/taler-merchant-exchange.1",
+        "taler-merchant-exchange",
+        "ask exchange which deposits were aggregated for a particular wire 
transfer that credited a merchant account",
+        "GNU Taler contributors",
+        1,
+    ),
     (
         "manpages/taler-merchant-benchmark.1",
         "taler-merchant-benchmark",
diff --git a/manpages/taler-merchant-exchange.1.rst 
b/manpages/taler-merchant-exchange.1.rst
new file mode 100644
index 00000000..6e18028e
--- /dev/null
+++ b/manpages/taler-merchant-exchange.1.rst
@@ -0,0 +1,67 @@
+taler-merchant-exchange(1)
+##########################
+
+.. only:: html
+
+   Name
+   ====
+
+   **taler-merchant-exchange** - reconcile bank transfers with Taler exchange
+
+
+Synopsis
+========
+
+**taler-merchant-exchange**
+[**-c** *FILENAME* | **--config=**\ ‌\ *FILENAME*]
+[**-h** | **--help**]
+[**-L** *LOGLEVEL* | **--loglevel=**\ ‌\ *LOGLEVEL*]
+[**-l** *FILENAME* | **--logfile=**\ ‌\ *FILENAME*]
+[**-t** | **--test**]
+[**-v** | **--version**]
+
+Description
+===========
+
+**taler-merchant-exchange** is a background job that reconciles
+wire transfers that credit the merchant's bank account with
+the respective contracts that have been paid by asking the
+exchange to provide a list of all deposits that were aggregated
+into a wire transfer.
+
+The tool is part of a set of processes that allow a merchant backend to
+validate that the exchange paid the merchant correctly.
+
+Its options are as follows:
+
+**-c** *FILENAME* \| **--config=**\ ‌\ *FILENAME*
+   Use the configuration and other resources for the merchant to operate
+   from *FILENAME*.
+
+**-h** \| **--help**
+   Print short help on options.
+
+**-L** *LOGLEVEL* \| **--loglevel=**\ ‌\ *LOGLEVEL*
+   Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``,
+   ``WARNING``, ``ERROR``.
+
+**-l** *FILENAME* \| **--logfile=**\ ‌\ *FILENAME*
+   Send logging output to *FILENAME*.
+
+**-t** \| **--test**
+   Run in test mode. Only runs until the current list of bank
+   transactions have all been checked.
+
+**-v** \| **–version**
+   Print version information.
+
+See Also
+========
+
+taler-merchant-depositcheck(1), taler-merchant-wirewatch(1), taler.conf(5).
+
+Bugs
+====
+
+Report bugs by using https://bugs.taler.net or by sending electronic
+mail to <taler@gnu.org>.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]