summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-12-16 13:37:13 +0100
committerDaniel Friesel <derf@finalrewind.org>2013-12-16 13:37:13 +0100
commit04e8407bfaea198b995e976c0197e0801d31d487 (patch)
tree7a35abc288e0a47a7617a2b4faa8c6a5f794c8ec
parent7de9fde0c5ff2fb109f27fde03526a0572b69e74 (diff)
aaseag-m: Move relative time to line start
-rwxr-xr-xbin/aseag-m6
1 files 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 {