Make --lot-notes the primary name, not --lot-tags

This commit is contained in:
John Wiegley 2012-03-10 21:32:48 -06:00
parent 02225a014a
commit 7b45a664f2
2 changed files with 1 additions and 2 deletions

View file

@ -351,7 +351,6 @@ See
.It Fl \-lot-dates .It Fl \-lot-dates
.It Fl \-lot-notes .It Fl \-lot-notes
.It Fl \-lot-prices .It Fl \-lot-prices
.It Fl \-lot-tags
.It Fl \-lots .It Fl \-lots
.It Fl \-lots-actual .It Fl \-lots-actual
.It Fl \-market Pq Fl V .It Fl \-market Pq Fl V

View file

@ -1075,7 +1075,7 @@ option_t<report_t> * report_t::lookup_option(const char * p)
OPT_(limit_); OPT_(limit_);
else OPT(lot_dates); else OPT(lot_dates);
else OPT(lot_prices); else OPT(lot_prices);
else OPT_ALT(lot_tags, lot_notes); else OPT_ALT(lot_notes, lot_tags);
else OPT(lots); else OPT(lots);
else OPT(lots_actual); else OPT(lots_actual);
else OPT_ALT(tail_, last_); else OPT_ALT(tail_, last_);