From 04e8407bfaea198b995e976c0197e0801d31d487 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 16 Dec 2013 13:37:13 +0100 Subject: aaseag-m: Move relative time to line start --- bin/aseag-m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/aseag-m b/bin/aseag-m index 7643466..ca29fb6 100755 --- a/bin/aseag-m +++ b/bin/aseag-m @@ -74,7 +74,7 @@ sub display_result { } if ($relative_times) { - $format[2] = q{%}; + $format[0] = q{%}; } for my $i ( 0 .. 2 ) { @@ -119,11 +119,11 @@ sub show_results { push( @output, [ - $d->line, - $d->destination, $dt_format->format_duration( $d->datetime->subtract_datetime($dt_now) ), + $d->line, + $d->destination, join( "\n", map { -- cgit v1.2.3