summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-08-11 13:45:13 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-08-11 13:45:13 +0200
commit9851bad387a1492de22b63387a47c4fb095f2f81 (patch)
tree248b45858f445151e143dbde83bf717eca570f0d /bin
parenta8945553e0bf0a68569de1b3ee4412f63943abeb (diff)
use productbits from transport-apis repository
Diffstat (limited to 'bin')
-rwxr-xr-xbin/hafas-m2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hafas-m b/bin/hafas-m
index 6cdf96f..97b7ccf 100755
--- a/bin/hafas-m
+++ b/bin/hafas-m
@@ -176,7 +176,7 @@ sub parse_mot_options {
for my $mot ( @{ $desc->{productbits} } ) {
if ( ref($mot) eq 'ARRAY' ) {
if ( $mot->[0] ne '_' ) {
- printf( "%-10s %s\n", @{$mot} );
+ printf( "%-20s (%s)\n", @{$mot} );
}
}
elsif ( $mot ne '_' ) {