taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit d3a4010d73d1159eedb5d5e7b14d9f29b7003e7e
parent 0592e9cf42ffeb6f3d4b33642071cf44de712c00
Author: MS <ms@taler.net>
Date:   Tue, 28 Nov 2023 23:46:55 +0100

nexus man: flag to ingest --debug data

Diffstat:
Mmanpages/libeufin-nexus.1.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/manpages/libeufin-nexus.1.rst b/manpages/libeufin-nexus.1.rst @@ -118,8 +118,8 @@ This subcommand downloads banking records via EBICS and stores them into the dat 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``. SEE ALSO ========