diff options
-rw-r--r-- | src/report.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/report.cc b/src/report.cc index 4c6a9c44..1da4699b 100644 --- a/src/report.cc +++ b/src/report.cc @@ -397,6 +397,7 @@ option_t<report_t> * report_t::lookup_option(const char * p) else OPT(lot_tags); else OPT(lots); else OPT_ALT(tail_, last_); + else OPT_ALT(price_exp_, leeway_); break; case 'm': OPT(market); |