diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-11-17 19:44:26 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-11-17 19:44:26 +0100 |
commit | 6ca0602ecf0bbbbbb9f2fc9e91ef43c45ec7361d (patch) | |
tree | 9c0269cfec98b98156e584cc368ba55d72df2741 /bin/hafas | |
parent | acb6f0208c3d177092f8cff4807da4330a93b6c4 (diff) |
Combine "Walk" with successive trip
Diffstat (limited to 'bin/hafas')
-rwxr-xr-x | bin/hafas | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -351,7 +351,7 @@ for my $res ( $hafas->connections ) { } elsif ( $sec->type eq 'WALK' ) { printf( - "${output_bold}Walk %dm${output_reset} (approx. %d minutes)\n", + "${output_bold}Walk %dm${output_reset} (approx. %d minutes)", $sec->distance, $sec->duration->in_units('minutes') ); } else { |