Updated examples of command line switches and cron jobs.

This commit is contained in:
Mitchell Krog 2017-06-14 17:18:38 +02:00
parent 2b47a5d598
commit fd7e4ee264

View file

@ -55,8 +55,9 @@ Usage: $script [OPTIONS]
[ -h ] : this help message [ -h ] : this help message
Examples: Examples:
$script (Download blacklist.conf to: $CONF_DIR) $script (Download globalblacklist.conf to: $CONF_DIR)
$script -c /my/custom/conf.d (Download blacklist.conf to a custom location) $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 EOF
exit 0 exit 0
} }