Fix typo.

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2025-05-29 17:11:49 +02:00
parent 6122d1a49d
commit 671ae67be0

View file

@ -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) {