Commit 11ee069b authored by Ben Laurie's avatar Ben Laurie
Browse files

Fix option listing.

parent 9228157c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);
		}