summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-02-13 13:02:07 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-02-13 13:02:07 +0100
commit7fb93f27e226cfd47f5908148f18c322d3139b62 (patch)
tree1aa401a35afe810fd5264e5e74e699988e92d1ed
parent9da4b5c09ae49dce52ccde4b150ba2cedce15056 (diff)
checkopts.pl: Ignore --help
-rwxr-xr-xdev/checkopts.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/checkopts.pl b/dev/checkopts.pl
index b2cd6c1..fb88c0f 100755
--- a/dev/checkopts.pl
+++ b/dev/checkopts.pl
@@ -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;
}