gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: taler-helper-auditor-coins(1): new m


From: gnunet
Subject: [taler-docs] branch master updated: taler-helper-auditor-coins(1): new manpage
Date: Tue, 19 Jan 2021 11:43:09 +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 8bb546e  taler-helper-auditor-coins(1): new manpage
8bb546e is described below

commit 8bb546e9253c87b14305cd2b04efe7f722918a18
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Tue Jan 19 05:40:54 2021 -0500

    taler-helper-auditor-coins(1): new manpage
    
    * conf.py (man_pages): Add taler-helper-auditor-coins(1).
    * manpages/taler-helper-auditor-coins.1.rst: New file.
---
 conf.py                                   |  2 +
 manpages/taler-helper-auditor-coins.1.rst | 75 +++++++++++++++++++++++++++++++
 2 files changed, 77 insertions(+)

diff --git a/conf.py b/conf.py
index 12ceba9..dd3983b 100644
--- a/conf.py
+++ b/conf.py
@@ -331,6 +331,8 @@ man_pages = [
      "GNU Taler contributors", 1),
     ("manpages/taler-helper-auditor-aggregation.1", 
"taler-helper-auditor-aggregation",
      "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),
 ]
 
 # If true, show URL addresses after external links.
diff --git a/manpages/taler-helper-auditor-coins.1.rst 
b/manpages/taler-helper-auditor-coins.1.rst
new file mode 100644
index 0000000..53fe857
--- /dev/null
+++ b/manpages/taler-helper-auditor-coins.1.rst
@@ -0,0 +1,75 @@
+taler-helper-auditor-coins(1)
+#############################
+
+.. only:: html
+
+   Name
+   ====
+
+   **taler-helper-auditor-coins** - Audit Taler coin processing
+
+
+Synopsis
+========
+
+**taler-helper-auditor-coins**
+[**-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-coins** is a command-line tool to
+audit Taler coin processing.
+
+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.



reply via email to

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