summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-11-15 14:00:45 +0100
committerMS <ms@taler.net>2023-11-15 14:00:45 +0100
commit0cdcdd2a67dfd93e9a037d382ddfd74f8379f9b7 (patch)
tree7cc6e6086cbc696b36439cf36db14f7994cd6967 /manpages
parent764fcfabb87242a24a9be648cc942e0cf46590b5 (diff)
downloaddocs-0cdcdd2a67dfd93e9a037d382ddfd74f8379f9b7.tar.gz
docs-0cdcdd2a67dfd93e9a037d382ddfd74f8379f9b7.tar.bz2
docs-0cdcdd2a67dfd93e9a037d382ddfd74f8379f9b7.zip
nexus man: debug hint
Diffstat (limited to 'manpages')
-rw-r--r--manpages/libeufin-nexus.1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/manpages/libeufin-nexus.1.rst b/manpages/libeufin-nexus.1.rst
index 012aef8f..b72b499d 100644
--- a/manpages/libeufin-nexus.1.rst
+++ b/manpages/libeufin-nexus.1.rst
@@ -93,7 +93,7 @@ Its options are as follows:
ebics-fetch
-----------
-This subcommands download banking records via EBICS. By default it downloads notifications, in the form of ``camt.054``. It looks for the most recent incoming transaction and asks the bank any notification starting from such timestamp. Along the download, ebics-fetch would bounce incoming payments that do not have a valid Taler subject, or as well those with an already existing valid subject. Valid incoming payments are then stored in the database so that they can trigger Taler withdrawals. Along this process, ebics-submit would as well reconcile initiated outgoing payments with any outgoing transactions that shows up in the downloaded records. Any option starting with ``--only`` would only be useful with a defined log directory (STATEMENTS_LOG_DIRECTORY) in the configuration.
+This subcommands download banking records via EBICS. By default it downloads notifications, in the form of ``camt.054``. It looks for the most recent incoming transaction and asks the bank any notification starting from such timestamp. Along the download, ebics-fetch would bounce incoming payments that do not have a valid Taler subject, or as well those with an already existing valid subject. Valid incoming payments are then stored in the database so that they can trigger Taler withdrawals. Along this process, ebics-submit would as well reconcile initiated outgoing payments with any outgoing transactions that shows up in the downloaded records. Any option starting with ``--only`` would only be useful with a defined log directory (STATEMENTS_LOG_DIRECTORY) in the configuration. For debugging the parsers, 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.
**-h** \| **--help**
Print short help on options.