From 20912bc0124b425570fa576412233521f3d9cff6 Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Mon, 12 Aug 2019 08:45:56 -0400 Subject: [PATCH] Clarify usage of these parameters - I think I have this right --- notify.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify.md b/notify.md index febd435..e71f41d 100644 --- a/notify.md +++ b/notify.md @@ -3,7 +3,7 @@ acme.sh can send notifications in its cronjob. Every night when the renew cronjob runs, you may receive notifications based on `notify-level` and `notify-mode`. -To configure notifications, use the `--set-notify` argument. This will send test notifications and update account.conf with the new settings. Do not include `--set-notify` in your cron job. +The settings on this page are used for testing and configuration of notifications. They should not be included in your cron job. To configure notifications, use the `--set-notify` argument. This will send test notifications and update account.conf with the new settings. ```