diff --git a/src/report.h b/src/report.h index 1bda0407e..7775e21d2 100644 --- a/src/report.h +++ b/src/report.h @@ -732,7 +732,8 @@ class report_t : public scope_t OPTION(report_t, inject_); OPTION_(report_t, invert, DO() { - OTHER(amount_).on(whence, "-amount_expr"); + OTHER(display_amount_).on(whence, "-display_amount"); + OTHER(display_total_).on(whence, "-display_total"); }); OPTION_