Commented out an internal-only option
This commit is contained in:
parent
269c0ccb7c
commit
83c93fdb73
1 changed files with 4 additions and 0 deletions
|
|
@ -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_);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue