diff options
author | John Wiegley <johnw@newartisans.com> | 2016-01-09 12:29:21 -0800 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2016-01-09 12:30:10 -0800 |
commit | 089716f13ce1772acf8b49de5cff4d7468f5719f (patch) | |
tree | 73ab56c20c8088b64dfa7747e527dccee66900be /src/report.h | |
parent | c88a9d0bd7758cabf3be1723c517060d7a4b6849 (diff) | |
download | fork-ledger-089716f13ce1772acf8b49de5cff4d7468f5719f.tar.gz fork-ledger-089716f13ce1772acf8b49de5cff4d7468f5719f.tar.bz2 fork-ledger-089716f13ce1772acf8b49de5cff4d7468f5719f.zip |
Make -A to imply -E
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 1 |
1 files changed, 1 insertions, 0 deletions
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"); }); |