Fixed bug with 'explainonly' argument.

This commit is contained in:
Major Hayden 2007-06-06 15:57:19 +00:00
parent beaeaf26e8
commit 433c0b8749

View file

@ -69,6 +69,7 @@ if ($opt{explainonly} == 1) {
$opt{noinfo} = 1;
$opt{nobad} = 1;
$opt{notitle} = 1;
$opt{withexplain} = 1;
}
sub goodprint {