Fixed final message output.

This commit is contained in:
Guenter Knauf 2011-09-04 22:04:45 +02:00
parent 8e154225b5
commit d52f3eb598

View File

@ -187,7 +187,7 @@ while (<TXT>) {
}
close(TXT) or die "Couldn't close $txt: $!";
unlink $txt if ($opt_u);
print "Done ($certnum CA certs processed, $skipnum skipped).\n" if (!$opt_q);
print "Done ($certnum CA certs processed, $skipnum untrusted skipped).\n" if (!$opt_q);
exit;