diff options
author | Guenter Knauf <lists@gknw.net> | 2011-09-04 22:04:45 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2011-09-04 22:05:32 +0200 |
commit | d52f3eb598967fe101d7bc50b0fe2bb4d38542dc (patch) | |
tree | 11e6fad368f71fad102e119fb655d504ea9a8703 /lib/mk-ca-bundle.pl | |
parent | 8e154225b5e0cabd83c59ff5f86fdac4610b298b (diff) | |
download | curl-d52f3eb598967fe101d7bc50b0fe2bb4d38542dc.tar.gz |
Fixed final message output.
Diffstat (limited to 'lib/mk-ca-bundle.pl')
-rwxr-xr-x | lib/mk-ca-bundle.pl | 2 |
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; |