changeset 477:6773d97a3de2

fetch_weather: Add note about commandline options.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 30 Dec 2018 04:17:27 +0200
parents ba50359871b7
children 32f0aba3ab9b
files fetch_weather.pl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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