# HG changeset patch # User Matti Hamalainen # Date 1546136247 -7200 # Node ID 6773d97a3de2bc541dea2bc66a356b5548b3d161 # Parent ba50359871b7dc3ecd04bbd410b3fc020f3ed194 fetch_weather: Add note about commandline options. diff -r ba50359871b7 -r 6773d97a3de2 fetch_weather.pl --- a/fetch_weather.pl Sun Dec 30 04:16:22 2018 +0200 +++ b/fetch_weather.pl Sun Dec 30 04:17:27 2018 +0200 @@ -9,6 +9,7 @@ # */10 * * * * perl -w /absolute/path/to/fetch_weather.pl /path/to/configfile # # Configuration file example is in "config.fetch_weather.example" +# For debugging/testing, try ./fetch_weather.pl to see commandline options. # # Requires various Perl modules, in Debian the packages should be: # libwww-perl libxml-simple-perl libtimedate-perl libjson-perl