From 5c80c459cc882041ff0e368ab22cddb8c76ef4f3 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 21 Feb 2009 14:31:54 -0400 Subject: [PATCH] Made --leeway a synonym for --price-exp --- src/report.cc | 1 + 1 file changed, 1 insertion(+) 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::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);