diff options
author | MS <ms@taler.net> | 2021-01-16 00:52:55 +0100 |
---|---|---|
committer | MS <ms@taler.net> | 2021-01-16 00:52:55 +0100 |
commit | 6c0385cc801d03c3aba2e2dd65992a971696c673 (patch) | |
tree | 67efc9b1b777bd783acfc98ee0e6edf9ca803361 | |
parent | 9afab33de06e98d791bc356d4c910bb215ca4512 (diff) | |
download | docs-6c0385cc801d03c3aba2e2dd65992a971696c673.tar.gz docs-6c0385cc801d03c3aba2e2dd65992a971696c673.tar.bz2 docs-6c0385cc801d03c3aba2e2dd65992a971696c673.zip |
rephrase and fix option name
-rw-r--r-- | libeufin/nexus-tutorial.rst | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst index 49bcc23..f1d4a57 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 |