Commit 7fb93f27 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

checkopts.pl: Ignore --help

parent 9da4b5c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ foreach my $option (keys %{$options}) {
	my $last;
	my $count = 0;

	if ($option =~ /^action\d/) {
	if ($option =~ / ^ action\d | help /x) {
		next;
	}