Made --leeway a synonym for --price-exp

This commit is contained in:
John Wiegley 2009-02-21 14:31:54 -04:00
parent dcb53e67dc
commit 5c80c459cc

View file

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