taler-docs

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

commit 75e3f75c40d6b17aa6d5a802a4ebee6e6a317e39
parent 043d7a77ea7c25d46cdfb05cf292e73ed4d70b0e
Author: MS <ms@taler.net>
Date:   Tue, 14 Nov 2023 09:47:04 +0100

nexus fetch: database hints

Diffstat:
Mmanpages/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 @@ -103,13 +103,13 @@ This subcommands download banking records via EBICS. By default it downloads no **--transient** This flag, enabled by default, causes the command to perform one download and return. **--only-statements** - It downloads statements (instead of notifications) in the form of camt.053 documents. + It downloads statements (instead of notifications) in the form of camt.053 documents. It does NOT affect the database. **--only-ack** - It downloads payment submissions acknowledgements (instead of notifications) in the form of pain.002 documents. + It downloads payment submissions acknowledgements (instead of notifications) in the form of pain.002 documents. It MAY affect the database by setting the state of submitted payments. **--only-reports** - It downloads only intraday reports (instead of notifications) in the form of camt.052 documents. + It downloads only intraday reports (instead of notifications) in the form of camt.052 documents. It does NOT affect the database. **--only-logs** - It downloads only the HAC records, in the form of pain.002 documents. HAC logs any subscriber's activity. + 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.