From 089716f13ce1772acf8b49de5cff4d7468f5719f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 9 Jan 2016 12:29:21 -0800 Subject: Make -A to imply -E --- src/report.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/report.h') diff --git a/src/report.h b/src/report.h index 9110c5b0..0873e64f 100644 --- a/src/report.h +++ b/src/report.h @@ -403,6 +403,7 @@ public: OPTION(report_t, auto_match); OPTION_(report_t, average, DO() { // -A + OTHER(empty).on(whence); OTHER(display_total_) .on(whence, "count>0?(display_total/count):0"); }); -- cgit v1.2.3