gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: add -T/-p options to man pages


From: gnunet
Subject: [taler-docs] branch master updated: add -T/-p options to man pages
Date: Sun, 28 Jan 2024 18:56:39 +0100

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

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 11cca8ce add -T/-p options to man pages
11cca8ce is described below

commit 11cca8ce6cf02d2e3261d9842e65f4b3a5f3334b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jan 28 18:56:36 2024 +0100

    add -T/-p options to man pages
---
 manpages/taler-merchant-depositcheck.1.rst |  6 ++++++
 manpages/taler-merchant-exchange.1.rst     |  6 ++++++
 manpages/taler-merchant-webhook.1.rst      |  6 ++++++
 manpages/taler-merchant-wirewatch.1.rst    | 10 ++++++++++
 4 files changed, 28 insertions(+)

diff --git a/manpages/taler-merchant-depositcheck.1.rst 
b/manpages/taler-merchant-depositcheck.1.rst
index d0af4cda..e243f0d2 100644
--- a/manpages/taler-merchant-depositcheck.1.rst
+++ b/manpages/taler-merchant-depositcheck.1.rst
@@ -18,6 +18,7 @@ Synopsis
 [**-h** | **--help**]
 [**-L** *LOGLEVEL* | **--loglevel=**\ ‌\ *LOGLEVEL*]
 [**-l** *FILENAME* | **--logfile=**\ ‌\ *FILENAME*]
+[**-T** *USEC* | **--timetravel**\ \ *USEC*]
 [**-t** | **--test**]
 [**-v** | **--version**]
 
@@ -53,6 +54,11 @@ Its options are as follows:
    if different processes are used to watch multiple bank accounts (for the
    same instance or different instances).
 
+**-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** \| **--test**
    Run in test mode. Only runs until the current list of bank
    transactions are all imported.
diff --git a/manpages/taler-merchant-exchange.1.rst 
b/manpages/taler-merchant-exchange.1.rst
index 6e18028e..de2b571f 100644
--- a/manpages/taler-merchant-exchange.1.rst
+++ b/manpages/taler-merchant-exchange.1.rst
@@ -17,6 +17,7 @@ Synopsis
 [**-h** | **--help**]
 [**-L** *LOGLEVEL* | **--loglevel=**\ ‌\ *LOGLEVEL*]
 [**-l** *FILENAME* | **--logfile=**\ ‌\ *FILENAME*]
+[**-T** *USEC* | **--timetravel**\ \ *USEC*]
 [**-t** | **--test**]
 [**-v** | **--version**]
 
@@ -48,6 +49,11 @@ Its options are as follows:
 **-l** *FILENAME* \| **--logfile=**\ ‌\ *FILENAME*
    Send logging output to *FILENAME*.
 
+**-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** \| **--test**
    Run in test mode. Only runs until the current list of bank
    transactions have all been checked.
diff --git a/manpages/taler-merchant-webhook.1.rst 
b/manpages/taler-merchant-webhook.1.rst
index 314c574a..c3a71509 100644
--- a/manpages/taler-merchant-webhook.1.rst
+++ b/manpages/taler-merchant-webhook.1.rst
@@ -17,6 +17,7 @@ Synopsis
 [**-h** | **--help**]
 [**-L** *LOGLEVEL* | **--loglevel=**\ ‌\ *LOGLEVEL*]
 [**-l** *FILENAME* | **--logfile=**\ ‌\ *FILENAME*]
+[**-T** *USEC* | **--timetravel**\ \ *USEC*]
 [**-t** | **--test**]
 [**-v** | **--version**]
 
@@ -43,6 +44,11 @@ Its options are as follows:
 **-l** *FILENAME* \| **--logfile=**\ ‌\ *FILENAME*
    Send logging output to *FILENAME*.
 
+**-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** \| **--test**
    Run in test mode. Only runs until there are no more webhooks
    to be executed.
diff --git a/manpages/taler-merchant-wirewatch.1.rst 
b/manpages/taler-merchant-wirewatch.1.rst
index 54daa767..e2f9d1df 100644
--- a/manpages/taler-merchant-wirewatch.1.rst
+++ b/manpages/taler-merchant-wirewatch.1.rst
@@ -17,6 +17,8 @@ Synopsis
 [**-h** | **--help**]
 [**-L** *LOGLEVEL* | **--loglevel=**\ ‌\ *LOGLEVEL*]
 [**-l** *FILENAME* | **--logfile=**\ ‌\ *FILENAME*]
+[**-p** | **--persist**]
+[**-T** *USEC* | **--timetravel**\ \ *USEC*]
 [**-t** | **--test**]
 [**-v** | **--version**]
 
@@ -44,11 +46,19 @@ Its options are as follows:
 **-l** *FILENAME* \| **--logfile=**\ ‌\ *FILENAME*
    Send logging output to *FILENAME*.
 
+**-p** \| **--persist**
+   Run in persist mode. Does not exit when the account configuration changes. 
Useful when not running under systemd.
+
 **-s** *SECTION* \| **--section=**\ \ *SECTION*
    Configuration section to use. Default is taler-merchant-wirewatch. Needed
    if different processes are used to watch multiple bank accounts (for the
    same instance or different instances).
 
+**-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** \| **--test**
    Run in test mode. Only runs until the current list of bank
    transactions are all imported.

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