summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manpages/libeufin-nexus.1.rst8
1 files 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) This flags skips the check on the bank keys, so the database could receive records even though hte bank keys were not accepted / downloaded.
SEE ALSO
========