Loading bin/hafas-m +5 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,11 @@ sub parse_mot_options { my $default_yes = 1; if ($hafas_url) { say STDERR 'The options -u and -m cannot be combined. Discarding -m'; return; } for my $type ( split( qr{,}, $types ) ) { if ( $type eq 'help' or $type eq 'list' or $type eq q{?} ) { if ( not $hafas_url ) { Loading Loading
bin/hafas-m +5 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,11 @@ sub parse_mot_options { my $default_yes = 1; if ($hafas_url) { say STDERR 'The options -u and -m cannot be combined. Discarding -m'; return; } for my $type ( split( qr{,}, $types ) ) { if ( $type eq 'help' or $type eq 'list' or $type eq q{?} ) { if ( not $hafas_url ) { Loading