summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-20 14:55:22 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-20 14:55:27 +0200
commit15f9de9ce45894e7f7673564f66bc4340380abeb (patch)
treeff5310ef6c978d172533ee3ac52b4178da0c204b /manpages
parent4610a9a40a4deb95a80c01a841c1a4648355579c (diff)
downloaddocs-15f9de9ce45894e7f7673564f66bc4340380abeb.tar.gz
docs-15f9de9ce45894e7f7673564f66bc4340380abeb.tar.bz2
docs-15f9de9ce45894e7f7673564f66bc4340380abeb.zip
-add missing man pages
Diffstat (limited to 'manpages')
-rw-r--r--manpages/taler-exchange-expire.1.rst66
-rw-r--r--manpages/taler-exchange-router.1.rst67
-rw-r--r--manpages/taler.conf.5.rst2
3 files changed, 134 insertions, 1 deletions
diff --git a/manpages/taler-exchange-expire.1.rst b/manpages/taler-exchange-expire.1.rst
new file mode 100644
index 00000000..24540ec4
--- /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 00000000..e24d2d45
--- /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 76b1c6b8..cd70b317 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