Add vpnxpert.com as Bronze level sponsor
[privoxy.git] / tools / privoxy-regression-test.pl
index c2c8f85..29eb9c1 100755 (executable)
@@ -38,7 +38,7 @@ use strict;
 use Getopt::Long;
 
 use constant {
-    PRT_VERSION => 'Privoxy-Regression-Test 0.7.2',
+    PRT_VERSION => 'Privoxy-Regression-Test 0.7.3',
  
     CURL => 'curl',
 
@@ -372,7 +372,7 @@ sub tokenize($) {
     my ($token, $value) = (undef, undef);
 
     # Remove leading and trailing white space and a
-    # leading <pre> which is part of the first line.
+    # leading <pre> which is part of the first line.
     s@^\s*(<pre>)?@@;
     s@\s*$@@;
 
@@ -1693,6 +1693,7 @@ sub help() {
     print << "    EOF"
 
 Options and their default values if they have any:
+    [--check-bad-ssl]
     [--debug $cli_options{'debug'}]
     [--forks $cli_options{'forks'}]
     [--fuzzer-address]