summaryrefslogtreecommitdiff
path: root/bin/efa
diff options
context:
space:
mode:
Diffstat (limited to 'bin/efa')
-rwxr-xr-xbin/efa6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/efa b/bin/efa
index eaa0a22..d56304d 100755
--- a/bin/efa
+++ b/bin/efa
@@ -137,8 +137,10 @@ sub display_connection {
printf(
"%-5s ab %-30s %-20s %s\n",
- $c->departure_time, $c->departure_stop_and_platform,
- $c->train_line, $c->train_destination,
+ $c->departure_time,
+ $c->departure_stop_and_platform,
+ $c->train_line || $c->train_product,
+ $c->train_destination,
);
if ( $opt->{'full-route'} ) {