commit 6c0385cc801d03c3aba2e2dd65992a971696c673
parent 9afab33de06e98d791bc356d4c910bb215ca4512
Author: MS <ms@taler.net>
Date: Sat, 16 Jan 2021 00:52:55 +0100
rephrase and fix option name
Diffstat:
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
@@ -372,9 +372,9 @@ cron. However, the nexus also has an internal task scheduling mechanism for
accounts.
-The following two create a schedule for submitting payments hourly,
-fetching transactions (intra-day reports) every 5 minutes and once at 11am every
-day (inter-day statements):
+The following three commands create a schedule for submitting payments hourly,
+fetching transactions (intra-day reports) every 5 minutes, and (inter-day statements)
+once at 11pm every day :
.. code-block:: console
@@ -408,10 +408,9 @@ the ``SECONDS`` field
Restore the backup
==================
-The following command shows how to restore all the details
-associated with one bank connection subscription. For EBICS,
-this means that the INI and HIA secret keys will be restored
-for the requesting user.
+The following command restores all the details associated with
+one bank connection subscription. For EBICS, this means that the
+INI and HIA secret keys will be restored for the requesting user.
.. code-block:: console
@@ -419,7 +418,7 @@ for the requesting user.
connection \
restore-backup \
--passphrase $SECRET \
- --outputfile $BACKUP_FILE \
+ --backup-file $BACKUP_FILE \
$CONNECTION_NAME
Creating a Taler facade