diff options
-rw-r--r-- | src/report.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/report.cc b/src/report.cc index 6c7a9f39..b016ba95 100644 --- a/src/report.cc +++ b/src/report.cc @@ -592,6 +592,10 @@ option_t<report_t> * report_t::lookup_option(const char * p) else OPT(related_all); else OPT(revalued); else OPT(revalued_only); +#if 0 + // This option is not available to users + else OPT(revalued_total_); +#endif break; case 's': OPT(set_account_); |