diff --git a/bin/cliservstats.pl b/bin/cliservstats.pl index 3c3c7bb..f92eb24 100644 --- a/bin/cliservstats.pl +++ b/bin/cliservstats.pl @@ -60,7 +60,7 @@ if ($OptType) { $OptType = 'client'; } } -&Bleat(2, "Please use '--type server' or '-type newsreader'.") if !$OptType; +&Bleat(2, "Please use '--type server' or '--type client'.") if !$OptType; # parse $OptReportType if ($OptReportType) { if ($OptReportType =~ /sums?/i) {