diff --git a/bin/hafas b/bin/hafas index 543579a50c7e74b9b12284738a219760c28bd4fa..a322ee7cdc6b6d1c5dcf4bd023daa0c64254b2ff 100755 --- a/bin/hafas +++ b/bin/hafas @@ -170,7 +170,9 @@ sub parse_mot_options { my @mots = @{ $desc->{productbits} }; for my $mot ( @{ $desc->{productbits} } ) { if ( ref($mot) eq 'ARRAY' ) { - printf( "%-10s %s\n", @{$mot} ); + if ( $mot->[0] ne '_' ) { + printf( "%-10s %s\n", @{$mot} ); + } } else { say $mot;