summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-04-19 15:25:58 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2025-04-19 15:25:58 +0200
commit1d16166b16dfe97172a50108323ae97259b385e2 (patch)
treea6e4ba206e6d4de4c4ed6dcf66b249d848a65637
parent688e89a47dc1509207d09aa6eb04437ff001d8d6 (diff)
dbris-m: show train no
-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 ) {