gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated (d273a2e -> f8589ac)


From: gnunet
Subject: [taler-docs] branch master updated (d273a2e -> f8589ac)
Date: Fri, 08 Jan 2021 03:05:08 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a change to branch master
in repository docs.

    from d273a2e  taler-exchange-dbinit(1): reorder opts
     new 4be3c0f  taler-exchange-httpd(1): reorder opts
     new ffe066c  taler-exchange-httpd(1): add opts ‘-a’, ‘-l’, ‘-n’, ‘-T’
     new f8589ac  taler-exchange-httpd(1): mark up ‘DEBUG’, ‘INFO’, ‘WARNING’, 
‘ERROR’

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 manpages/taler-exchange-httpd.1.rst | 33 ++++++++++++++++++++++++---------
 1 file changed, 24 insertions(+), 9 deletions(-)

diff --git a/manpages/taler-exchange-httpd.1.rst 
b/manpages/taler-exchange-httpd.1.rst
index fdbe6d0..6da60d1 100644
--- a/manpages/taler-exchange-httpd.1.rst
+++ b/manpages/taler-exchange-httpd.1.rst
@@ -12,11 +12,15 @@ Synopsis
 ========
 
 **taler-exchange-httpd**
+[**-a** | **––allow-timetravel**]
 [**-C** | **––connection-close**]
 [**-c** *FILENAME* | **––config=**\ ‌\ *FILENAME*]
 [**-f** *FILENAME* | **––file-input=**\ ‌\ *FILENAME*]
 [**-h** | **––help**]
 [**-L** *LOGLEVEL* | **––loglevel=**\ ‌\ *LOGLEVEL*]
+[**-l** *FILENAME* | **––logfile=**\ ‌\ *FILENAME*]
+[**-n** *N* | **––num-threads=**\ \ *N*]
+[**-T** *USEC* | **––timetravel=**\ \ *USEC*]
 [**-t** *SECONDS* | **––timeout=**\ ‌\ *SECONDS*]
 [**-v** | **––version**]
 
@@ -43,12 +47,6 @@ Its options are as follows:
    Use the configuration and other resources for the merchant to operate
    from FILENAME.
 
-**-h** \| **––help**
-   Print short help on options.
-
-**-v** \| **––version**
-   Print version information.
-
 **-f** *FILENAME* \| **––file-input=**\ ‌\ *FILENAME*
    This option is only available if the exchange was compiled with the
    configure option ––enable-developer-mode. It is used for generating
@@ -66,13 +64,30 @@ Its options are as follows:
    to test taler-exchange-httpd against many different possible inputs
    in a controlled way.
 
+**-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*.
+
+**-n** *N* \| **––num-threads=**\ \ *N*
+   Use *N* threads in the thread pool.
+
+**-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** *SECONDS* \| **––timeout=**\ ‌\ *SECONDS*
    Specifies the number of SECONDS after which the HTTPD should close
    (idle) HTTP connections.
 
-**-L** *LOGLEVEL* \| **––loglevel=**\ ‌\ *LOGLEVEL*
-   Specifies the log level to use. Accepted values are: DEBUG, INFO,
-   WARNING, ERROR.
+**-v** \| **––version**
+   Print version information.
 
 SIGNALS
 =======

-- 
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]