[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: taler-helper-auditor-deposits(1): ne
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: taler-helper-auditor-deposits(1): new manpage |
Date: |
Tue, 19 Jan 2021 11:47:04 +0100 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new 5418aaa taler-helper-auditor-deposits(1): new manpage
5418aaa is described below
commit 5418aaadab4f9356e968fc9de8efba0dab38e60f
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Tue Jan 19 05:44:47 2021 -0500
taler-helper-auditor-deposits(1): new manpage
* conf.py (man_pages): Add taler-helper-auditor-deposits(1).
* manpages/taler-helper-auditor-deposits.1.rst: New file.
---
conf.py | 3 ++
manpages/taler-helper-auditor-deposits.1.rst | 76 ++++++++++++++++++++++++++++
2 files changed, 79 insertions(+)
diff --git a/conf.py b/conf.py
index dd3983b..532bc62 100644
--- a/conf.py
+++ b/conf.py
@@ -333,6 +333,9 @@ man_pages = [
"audit Taler exchange aggregation activity", "GNU Taler contributors", 1),
("manpages/taler-helper-auditor-coins.1", "taler-helper-auditor-coins",
"audit Taler coin processing", "GNU Taler contributors", 1),
+ ("manpages/taler-helper-auditor-deposits.1",
"taler-helper-auditor-deposits",
+ "audit Taler exchange database for deposit confirmation consistency",
+ "GNU Taler contributors", 1),
]
# If true, show URL addresses after external links.
diff --git a/manpages/taler-helper-auditor-deposits.1.rst
b/manpages/taler-helper-auditor-deposits.1.rst
new file mode 100644
index 0000000..1742d1f
--- /dev/null
+++ b/manpages/taler-helper-auditor-deposits.1.rst
@@ -0,0 +1,76 @@
+taler-helper-auditor-deposits(1)
+################################
+
+.. only:: html
+
+ Name
+ ====
+
+ **taler-helper-auditor-deposits** - Audit Taler
+ exchange database for deposit confirmation consistency
+
+
+Synopsis
+========
+
+**taler-helper-auditor-deposits**
+[**-c** *FILENAME* | **––config=**\ \ *FILENAME*]
+[**-h** | **––help**]
+[**i** | **––internal**]
+[**-L** *LOGLEVEL* | **––loglevel=**\ \ *LOGLEVEL*]
+[**-l** *FILENAME* | **––logfile=**\ \ *FILENAME*]
+[**-m** *KEY* | **––exchange-key=**\ \ *KEY*]
+[**-T** *USEC* | **––timetravel=**\ \ *USEC*]
+[**-v** | **––version**]
+
+
+Description
+===========
+
+**taler-helper-auditor-deposits** is a command-line tool to
+audit Taler exchange database for deposit confirmation consistency.
+
+FIXME: More detail.
+
+Its options are as follows:
+
+**-c** *FILENAME* \| **––config=**\ \ *FILENAME*
+ Use the configuration and other resources for the auditor to operate
+ from *FILENAME*.
+
+**-h** \| **––help**
+ Print short help on options.
+
+**-i** \| **––internal**
+ Perform checks only applicable for exchange-internal audits.
+
+**-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*.
+
+**-m** *KEY* \| **––exchange-key=**\ \ *KEY*
+ Use *KEY* (Crockford base32 encoded) as the public key of the exchange.
+
+**-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.
+
+**-v** \| **––version**
+ Print version information.
+
+
+See Also
+========
+
+taler-auditor(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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: taler-helper-auditor-deposits(1): new manpage,
gnunet <=