Fix option listing.

This commit is contained in:
Ben Laurie 1998-12-28 17:35:02 +00:00
parent 9228157c07
commit 11ee069b91

View File

@ -599,7 +599,6 @@ sub bad_target
my $j=0;
foreach my $i (sort keys %table)
{
next if /^b-/;
print STDERR "\n" if ($j++ % 4) == 0;
printf(STDERR "%-18s ",$i);
}