'version' => sub {print_version && exit(0)}
) or exit(1);
$log_level |= $cli_options{'debug'};
+
+ if ($cli_options{'min-level'} > $cli_options{'max-level'}) {
+ log_message("Increasing --max-level to --min-level " . $cli_options{'min-level'});
+ $cli_options{'max-level'} = $cli_options{'min-level'};
+ }
}
sub cli_option_is_set($) {
B<--min-level min-level> Only execute tests with a B<level>
above or equal to the numerical B<min-level>.
+If the B<min-level> is larger than the B<max-level>,
+the B<max-level> is set to the B<min-level>.
B<--privoxy-address proxy-address> Privoxy's listening address.
If it's not set, the value of the environment variable http_proxy