From 671ae67be067497899efe57065ff271b4d3a8fef Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Thu, 29 May 2025 17:11:49 +0200 Subject: [PATCH] Fix typo. Signed-off-by: Thomas Hochstein --- bin/cliservstats.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {