diff options
-rw-r--r-- | src/report.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/report.h b/src/report.h index c1dc75c2..8de38547 100644 --- a/src/report.h +++ b/src/report.h @@ -736,8 +736,7 @@ public: OPTION(report_t, inject_); OPTION_(report_t, invert, DO() { - OTHER(display_amount_).on(whence, "-display_amount"); - OTHER(display_total_).on(whence, "-display_total"); + OTHER(amount_).on(whence, "-amount_expr"); }); OPTION_ |