summaryrefslogtreecommitdiff
path: root/bin/dbris-m
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dbris-m')
-rwxr-xr-xbin/dbris-m3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/dbris-m b/bin/dbris-m
index ebd6065..0082d0d 100755
--- a/bin/dbris-m
+++ b/bin/dbris-m
@@ -387,7 +387,8 @@ elsif ( $opt{journey} ) {
}
}
- printf( "%s am %s\n\n", $trip->train, $trip->day->strftime('%d.%m.%Y') );
+ printf( "%s %s am %s\n\n",
+ $trip->train, $trip->train_no, $trip->day->strftime('%d.%m.%Y') );
for my $stop ( $trip->route ) {
if ( $stop == $mark_stop ) {