summaryrefslogtreecommitdiff
path: root/bin/efa-m
diff options
context:
space:
mode:
Diffstat (limited to 'bin/efa-m')
-rwxr-xr-xbin/efa-m9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/efa-m b/bin/efa-m
index 7530326..3664325 100755
--- a/bin/efa-m
+++ b/bin/efa-m
@@ -290,6 +290,15 @@ sub show_results {
$delay_fmt = $delay_len + 3;
}
+ if ( scalar $efa->stops > 1 ) {
+ for my $stop ( $efa->stops ) {
+ say $stop->full_name;
+ }
+ }
+ else {
+ say $efa->stop_name;
+ }
+
for my $d ( $efa->results ) {
my @output_line;