gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: taler-exchange-secmod-eddsa(1): new


From: gnunet
Subject: [taler-docs] branch master updated: taler-exchange-secmod-eddsa(1): new manpage
Date: Tue, 19 Jan 2021 09:45:41 +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 d958243  taler-exchange-secmod-eddsa(1): new manpage
d958243 is described below

commit d9582436b961f177ead57cfb09a37b4b8a2c7349
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Tue Jan 19 03:43:07 2021 -0500

    taler-exchange-secmod-eddsa(1): new manpage
    
    * conf.py (man_pages): Add taler-exchange-secmod-eddsa(1).
    * manpages/taler-exchange-secmod-eddsa.1.rst: New file.
---
 conf.py                                    |  3 ++
 manpages/taler-exchange-secmod-eddsa.1.rst | 76 ++++++++++++++++++++++++++++++
 2 files changed, 79 insertions(+)

diff --git a/conf.py b/conf.py
index 4fb7450..227f458 100644
--- a/conf.py
+++ b/conf.py
@@ -320,6 +320,9 @@ man_pages = [
      "trigger a transfer at the bank", "GNU Taler contributors", 1),
     ("manpages/taler.conf.5", "taler.conf", "Taler configuration file",
      "GNU Taler contributors", 5),
+    ("manpages/taler-exchange-secmod-eddsa.1", "taler-exchange-secmod-eddsa",
+     "handle private EDDSA key operations for a Taler exchange",
+     "GNU Taler contributors", 1),
 ]
 
 # If true, show URL addresses after external links.
diff --git a/manpages/taler-exchange-secmod-eddsa.1.rst 
b/manpages/taler-exchange-secmod-eddsa.1.rst
new file mode 100644
index 0000000..64bebcf
--- /dev/null
+++ b/manpages/taler-exchange-secmod-eddsa.1.rst
@@ -0,0 +1,76 @@
+taler-exchange-secmod-eddsa(1)
+##############################
+
+.. only:: html
+
+   Name
+   ====
+
+   **taler-exchange-secmod-eddsa** - handle private EDDSA key operations for a 
Taler exchange
+
+
+Synopsis
+========
+
+**taler-exchange-secmod-eddsa**
+[**-c** *FILENAME* | **––config=**\ \ *FILENAME*]
+[**-h** | **––help**]
+[**-L** *LOGLEVEL* | **––loglevel=**\ ‌\ *LOGLEVEL*]
+[**-l** *FILENAME* | **––logfile=**\ ‌\ *FILENAME*]
+[**-p** *N* | ,**––parallelism=**\ \ *N*]
+[**-T** *USEC* | **––timetravel=**\ \ *USEC*]
+[**-t** *TIMESTAMP* | **––time=**\ \ *TIMESTAMP*]
+[**-v** | **––version**]
+
+
+Description
+===========
+
+**taler-exchange-secmod-eddsa** is a command-line tool to
+handle private EDDSA key operations for a Taler exchange.
+
+FIXME: More details.
+
+Its options are as follows:
+
+**-c** *FILENAME* \| **––config=**\ ‌\ *FILENAME*
+   Use the configuration and other resources for the merchant 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*.
+
+**p** *N* \| **––parallelism=**\ \ *N*
+   Run with *N* worker threads.
+
+**-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** *TIMESTAMP* \| **––time=**\ \ *TIMESTAMP*
+   Pretend it is *TIMESTAMP* for the update.
+   *TIMESTAMP* is a human-readable string (e.g., ``YYYY-MM-DD HH:MM:SS``).
+
+**-v** \| **––version**
+   Print version information.
+
+
+See Also
+========
+
+taler-exchange-httpd(1).
+
+
+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]