X-Git-Url: https://code.th-h.de/?p=usenet%2Fnewsstats.git;a=blobdiff_plain;f=bin%2Fgatherstats.pl;h=a5a486a19958c9759679a94e63c722d039f0dbf6;hp=6096417ba72906b037e68456f0a1cce9c5cda826;hb=599fefbf6aea5777c2958718048ad3e3a12050fc;hpb=23ab67a099e32a9ee8c0700fe46bc43680a60721 diff --git a/bin/gatherstats.pl b/bin/gatherstats.pl index 6096417..a5a486a 100755 --- a/bin/gatherstats.pl +++ b/bin/gatherstats.pl @@ -73,6 +73,8 @@ $OptStatsType = 'all' if !$OptStatsType; ### get time period from --month # get verbal description of time period, drop SQL code my ($Period) = &GetTimePeriod($OptMonth); +# bail out if --month is invalid or set to 'ALL'; +# we don't support the latter &Bleat(2,"--month option has an invalid format - please use 'YYYY-MM' or ". "'YYYY-MM:YYYY-MM'!") if (!$Period or $Period eq 'all time');