From 6c0385cc801d03c3aba2e2dd65992a971696c673 Mon Sep 17 00:00:00 2001 From: MS Date: Sat, 16 Jan 2021 00:52:55 +0100 Subject: rephrase and fix option name --- libeufin/nexus-tutorial.rst | 15 +++++++-------- 1 file 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 -- cgit v1.2.3