[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: taler-helper-auditor-aggregation(1):
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: taler-helper-auditor-aggregation(1): new manpage |
Date: |
Tue, 19 Jan 2021 11:37:25 +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 155a0b6 taler-helper-auditor-aggregation(1): new manpage
155a0b6 is described below
commit 155a0b6a3fa6c5eb569df12ba472e8996be35655
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Tue Jan 19 05:35:06 2021 -0500
taler-helper-auditor-aggregation(1): new manpage
* conf.py (man_pages): Add taler-helper-auditor-aggregation(1).
* manpages/taler-helper-auditor-aggregation.1.rst: New file.
---
conf.py | 2 +
manpages/taler-helper-auditor-aggregation.1.rst | 75 +++++++++++++++++++++++++
2 files changed, 77 insertions(+)
diff --git a/conf.py b/conf.py
index a52000b..12ceba9 100644
--- a/conf.py
+++ b/conf.py
@@ -329,6 +329,8 @@ man_pages = [
("manpages/taler-exchange-secmod-rsa.1", "taler-exchange-secmod-rsa",
"handle private RSA key operations for a Taler exchange",
"GNU Taler contributors", 1),
+ ("manpages/taler-helper-auditor-aggregation.1",
"taler-helper-auditor-aggregation",
+ "audit Taler exchange aggregation activity", "GNU Taler contributors", 1),
]
# If true, show URL addresses after external links.
diff --git a/manpages/taler-helper-auditor-aggregation.1.rst
b/manpages/taler-helper-auditor-aggregation.1.rst
new file mode 100644
index 0000000..a42907d
--- /dev/null
+++ b/manpages/taler-helper-auditor-aggregation.1.rst
@@ -0,0 +1,75 @@
+taler-helper-auditor-aggregation(1)
+###################################
+
+.. only:: html
+
+ Name
+ ====
+
+ **taler-helper-auditor-aggregation** - Audit Taler exchange aggregation
activity
+
+
+Synopsis
+========
+
+**taler-helper-auditor-aggregation**
+[**-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-aggregation** is a command-line tool to
+audit exchange aggregation activity.
+
+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-aggregation(1): new manpage,
gnunet <=