summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libeufin/nexus-tutorial.rst15
1 files changed, 7 insertions, 8 deletions
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 49bcc238..f1d4a578 100644
--- 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