aboutsummaryrefslogtreecommitdiff
path: root/lib/mk-ca-bundle.pl
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2011-09-04 22:04:45 +0200
committerGuenter Knauf <lists@gknw.net>2011-09-04 22:05:32 +0200
commitd52f3eb598967fe101d7bc50b0fe2bb4d38542dc (patch)
tree11e6fad368f71fad102e119fb655d504ea9a8703 /lib/mk-ca-bundle.pl
parent8e154225b5e0cabd83c59ff5f86fdac4610b298b (diff)
Fixed final message output.
Diffstat (limited to 'lib/mk-ca-bundle.pl')
-rwxr-xr-xlib/mk-ca-bundle.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl
index 5300bec44..868e23843 100755
--- a/lib/mk-ca-bundle.pl
+++ b/lib/mk-ca-bundle.pl
@@ -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;