[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] 01/02: rephrase and fix option name
From: |
gnunet |
Subject: |
[taler-docs] 01/02: rephrase and fix option name |
Date: |
Sat, 16 Jan 2021 01:25:55 +0100 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository docs.
commit 6c0385cc801d03c3aba2e2dd65992a971696c673
Author: MS <ms@taler.net>
AuthorDate: Sat Jan 16 00:52:55 2021 +0100
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 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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.