summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--taler-exchange-setup-guide.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst
index 75bc9cc9..dca4f72a 100644
--- a/taler-exchange-setup-guide.rst
+++ b/taler-exchange-setup-guide.rst
@@ -528,19 +528,19 @@ once at 11pm every day :
.. code-block:: console
- [root@exchange-online]# libeufin-cli accounts task-schedule myacct \
- --task-type="submit"
- --task-name='submit-payments-hourly'
+ [root@exchange-online]# libeufin-cli accounts task-schedule $LOCAL_ACCOUNT_NAME \
+ --task-type="submit" \
+ --task-name='submit-payments-hourly' \
--task-cronspec='0 0 *'
- [root@exchange-online]# libeufin-cli accounts task-schedule myacct \
+ [root@exchange-online]# libeufin-cli accounts task-schedule $LOCAL_ACCOUNT_NAME \
--task-type="fetch" \
--task-name='fetch-5min' \
--task-cronspec='0 */5 *' \
--task-param-level=report \
--task-param-range-type=latest
- [root@exchange-online]# libeufin-cli accounts task-schedule myacct \
+ [root@exchange-online]# libeufin-cli accounts task-schedule $LOCAL_ACCOUNT_NAME \
--task-type="fetch" \
--task-name='fetch-daily' \
--task-cronspec='0 0 23' \