Fix typo.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
6122d1a49d
commit
671ae67be0
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue