diff options
Diffstat (limited to 'bin/hafas-m')
-rwxr-xr-x | bin/hafas-m | 2 |
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 '_' ) { |