diff --git a/bin/efa b/bin/efa index 2b5d6044411da2891c4bd49cc2d9144483f2da7d..ead1896d3593cb746a5976b09056b8de1be075c7 100755 --- a/bin/efa +++ b/bin/efa @@ -125,7 +125,7 @@ GetOptions( 'exclude=s' => \@exclude, 'from=s{2}' => \@from, 'help' => sub {exec('perldoc', $0)}, - 'ignore-info=s' => \$ignore_info, + 'ignore-info=s{0,1}' => \$ignore_info, 'max-change=i' => \$maxinter, 'post=s' => \%post, 'prefer=s' => \$prefer, @@ -401,9 +401,11 @@ All trains Set your walking speed to I. Accepted values: normal (default), fast, slow -=item B<--ignore-info> I +=item B<--ignore-info> [ I ] -Ignore additional information matching I (default: /Fahrradmitnahme/) +Ignore additional information matching I (default: /Fahrradmitnahme/). + +If I is not supplied, removes the default regex (-> nothing will be ignored) =item B<--debug>