From fd7e4ee264f1b75b95e3e2c8f9b8b382ae5e8dff Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Wed, 14 Jun 2017 17:18:38 +0200 Subject: [PATCH] Updated examples of command line switches and cron jobs. --- update-ngxblocker | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/update-ngxblocker b/update-ngxblocker index 914e5d108..9552f751b 100755 --- a/update-ngxblocker +++ b/update-ngxblocker @@ -55,8 +55,9 @@ Usage: $script [OPTIONS] [ -h ] : this help message Examples: - $script (Download blacklist.conf to: $CONF_DIR) - $script -c /my/custom/conf.d (Download blacklist.conf to a custom location) + $script (Download globalblacklist.conf to: $CONF_DIR) + $script -c /my/custom/conf.d (Download globalblacklist.conf to a custom location) + $script -e yourname@youremailaddress.com (Download globalblacklist.conf specifying your email address for the notification) EOF exit 0 }