Skip to content

Commit 2328936

Browse files
committed
autodoc.pl: G flag no longer exists
This spot was overlooked when removing it in 689f3db
1 parent 934f179 commit 2328936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autodoc.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@
7575
use warnings;
7676

7777
my $known_flags_re =
78-
qr/[ aA bC dD eE fF Gh iI mM nN oO pP rR sS T uU vW xX y ;@#? ] /xx;
78+
qr/[ aA bC dD eE fF h iI mM nN oO pP rR sS T uU vW xX y ;@#? ] /xx;
7979

8080
# Flags that don't apply to this program, like implementation details.
81-
my $irrelevant_flags_re = qr/[ab eE G iI P rR vX?]/xx;
81+
my $irrelevant_flags_re = qr/[ab eE iI P rR vX?]/xx;
8282

8383
# Only certain flags dealing with what gets displayed, are acceptable for
8484
# apidoc_item

0 commit comments

Comments
 (0)