gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: nexus man: renaming flags


From: gnunet
Subject: [taler-docs] branch master updated: nexus man: renaming flags
Date: Wed, 29 Nov 2023 12:39:32 +0100

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

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new d4c35b3f nexus man: renaming flags
d4c35b3f is described below

commit d4c35b3f91e6be146b2f677fe9d5ac18dd564594
Author: MS <ms@taler.net>
AuthorDate: Wed Nov 29 12:39:17 2023 +0100

    nexus man: renaming flags
---
 manpages/libeufin-nexus.1.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/manpages/libeufin-nexus.1.rst b/manpages/libeufin-nexus.1.rst
index baf11572..3677889f 100644
--- a/manpages/libeufin-nexus.1.rst
+++ b/manpages/libeufin-nexus.1.rst
@@ -116,10 +116,10 @@ This subcommand downloads banking records via EBICS and 
stores them into the dat
    It downloads the subscriber activity via EBICS HAC in the form of pain.002 
documents.  It does NOT affect the database.
 **--pinned-start**
   Only supported in --transient mode, this option lets specify the earliest 
timestamp of the downloaded documents.  The latest timestamp is always the 
current time.
-**--debug**
-  With this flag, ebics-fetch accepts XML documents from STDIN.  In this case, 
it prints on the console the result and exits, without affecting the database.  
The results are the stringified objects that the application itself uses to 
represent the business details.
-**--debug-with-db**
-  Causes the ingestiong of the data read via ``--debug``.
+**--parse**
+  Reads one ISO20022 document from STDIN.  It prints on the console the result 
and exits without affecting the database
+**--import**
+  Reads one ISO20022 document from STDIN.  It prints the result on the console 
**and** also ingests the input content into the database.  NOTE: if used in a 
debug scenario, consider to destroy the database before going to production for 
the following reasons; (1) the database likely ends up having phony 
transactions that do not belong to the bank account associated with the EBICS 
subscriber, and (2) whose timestamps will alter the way ebics-fetch will 
request new records to the bank.  (3 [...]
 
 SEE ALSO
 ========

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