Recognize --cleared-format option

Bug fix for #747
This commit is contained in:
Martin Michlmayr 2014-05-30 22:14:48 -04:00
parent dfcbbd169e
commit 7eeb2e2e18

View file

@ -1113,6 +1113,7 @@ option_t<report_t> * report_t::lookup_option(const char * p)
OPT(csv_format_);
else OPT_ALT(gain, change);
else OPT(cleared);
else OPT(cleared_format_);
else OPT(collapse);
else OPT(collapse_if_zero);
else OPT(color);