Commented out an internal-only option

This commit is contained in:
John Wiegley 2009-06-18 18:58:37 +01:00
parent 269c0ccb7c
commit 83c93fdb73

View file

@ -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_);