From 1d16166b16dfe97172a50108323ae97259b385e2 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 19 Apr 2025 15:25:58 +0200 Subject: dbris-m: show train no --- bin/dbris-m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ) { -- cgit v1.2.3