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 pages


From: gnunet
Subject: [taler-docs] branch master updated: -add missing man pages
Date: Mon, 20 Jun 2022 14:55:29 +0200

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 15f9de9  -add missing man pages
15f9de9 is described below

commit 15f9de9ce45894e7f7673564f66bc4340380abeb
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jun 20 14:55:22 2022 +0200

    -add missing man pages
---
 conf.py                              |  6 ++++
 manpages/taler-exchange-expire.1.rst | 66 +++++++++++++++++++++++++++++++++++
 manpages/taler-exchange-router.1.rst | 67 ++++++++++++++++++++++++++++++++++++
 manpages/taler.conf.5.rst            |  2 +-
 4 files changed, 140 insertions(+), 1 deletion(-)

diff --git a/conf.py b/conf.py
index fe18061..a372402 100644
--- a/conf.py
+++ b/conf.py
@@ -301,6 +301,12 @@ man_pages = [
     ("manpages/taler-exchange-closer.1", "taler-exchange-closer",
      "close idle reserves", "GNU Taler contributors",
      1),
+    ("manpages/taler-exchange-expire.1", "taler-exchange-expire",
+     "refund expired purses", "GNU Taler contributors",
+     1),
+    ("manpages/taler-exchange-router.1", "taler-exchange-router",
+     "route payments to partner exchanges", "GNU Taler contributors",
+     1),
     ("manpages/taler-exchange-transfer.1", "taler-exchange-transfer",
      "execute wire transfers", "GNU Taler contributors",
      1),
diff --git a/manpages/taler-exchange-expire.1.rst 
b/manpages/taler-exchange-expire.1.rst
new file mode 100644
index 0000000..24540ec
--- /dev/null
+++ b/manpages/taler-exchange-expire.1.rst
@@ -0,0 +1,66 @@
+taler-exchange-expire(1)
+#########################
+
+.. only:: html
+
+   Name
+   ====
+
+   **taler-exchange-expire** - refund expired purses
+
+Synopsis
+========
+
+**taler-exchange-expire**
+[**-c** *FILENAME* | **--config=**\ ‌\ *FILENAME*]
+[**-h** | **--help**]
+[**-L** *LOGLEVEL* | **--loglevel=**\ ‌\ *LOGLEVEL*]
+[**-l** *FILENAME* | **--logfile=**\ ‌\ *FILENAME*]
+[**-T** *USEC* | **--timetravel=**\ \ *USEC*]
+[**-t** | **--test**]
+[**-v** | **--version**]
+
+Description
+===========
+
+**taler-exchange-expire** is a command-line tool to run refund
+money in purses that were not merged before their expiration time.
+This allows the wallet to recover the funds deposited into the
+purse using a refresh operation.
+
+
+**-c** *FILENAME* \| **--config=**\ ‌\ *FILENAME*
+   Use the configuration and other resources for the exchange 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** *USEC* \| **--timetravel=**\ \ *USEC*
+   Modify the system time by *USEC* microseconds.
+   *USEC* may be prefixed with ``+`` or ``-`` (e.g. ``-T +300``).
+   This option is intended for debugging/testing only.
+
+**-t** \| **--test**
+   Run in test mode and exit when idle.
+
+**-v** \| **--version**
+   Print version information.
+
+See Also
+========
+
+taler-exchange-router(1), taler-exchange-httpd(1), taler.conf(5).
+
+Bugs
+====
+
+Report bugs by using https://bugs.taler.net/ or by sending electronic
+mail to <taler@gnu.org>.
diff --git a/manpages/taler-exchange-router.1.rst 
b/manpages/taler-exchange-router.1.rst
new file mode 100644
index 0000000..e24d2d4
--- /dev/null
+++ b/manpages/taler-exchange-router.1.rst
@@ -0,0 +1,67 @@
+taler-exchange-router(1)
+#########################
+
+.. only:: html
+
+   Name
+   ====
+
+   **taler-exchange-router** - route purse payments to partner exchanges
+
+Synopsis
+========
+
+**taler-exchange-router**
+[**-c** *FILENAME* | **--config=**\ ‌\ *FILENAME*]
+[**-h** | **--help**]
+[**-L** *LOGLEVEL* | **--loglevel=**\ ‌\ *LOGLEVEL*]
+[**-l** *FILENAME* | **--logfile=**\ ‌\ *FILENAME*]
+[**-T** *USEC* | **--timetravel=**\ \ *USEC*]
+[**-t** | **--test**]
+[**-v** | **--version**]
+
+Description
+===========
+
+**taler-exchange-router** is a NOT YET IMPLEMENTED command-line
+tool to route P2P payments to partner exchanges via wad transfers.
+This will be needed if wallet-to-wallet payments are made between
+wallets where the recipient has performed the KYC at a different
+exchange than the sender.  This is currently not supported.
+
+
+**-c** *FILENAME* \| **--config=**\ ‌\ *FILENAME*
+   Use the configuration and other resources for the exchange 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** *USEC* \| **--timetravel=**\ \ *USEC*
+   Modify the system time by *USEC* microseconds.
+   *USEC* may be prefixed with ``+`` or ``-`` (e.g. ``-T +300``).
+   This option is intended for debugging/testing only.
+
+**-t** \| **--test**
+   Run in test mode and exit when idle.
+
+**-v** \| **--version**
+   Print version information.
+
+See Also
+========
+
+taler-exchange-expire(1), taler-exchange-httpd(1), taler.conf(5).
+
+Bugs
+====
+
+Report bugs by using https://bugs.taler.net/ or by sending electronic
+mail to <taler@gnu.org>.
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index 76b1c6b..cd70b31 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -1,4 +1,4 @@
-it putaler.conf(5)
+taler.conf(5)
 #############
 
 .. only:: html

-- 
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]