Skip to content
Snippets Groups Projects
Commit d52f3eb5 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

Fixed final message output.

parent 8e154225
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment