From 9851bad387a1492de22b63387a47c4fb095f2f81 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 11 Aug 2024 13:45:13 +0200 Subject: use productbits from transport-apis repository --- bin/hafas-m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 '_' ) { -- cgit v1.2.3