diff options
author | John Wiegley <johnw@newartisans.com> | 2012-03-10 21:32:48 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-03-10 21:33:31 -0600 |
commit | 7b45a664f2d188065dadb8506742f718982373eb (patch) | |
tree | 3fb1359dfd5ab70b2a5f96fe624ba86c2ac59c09 /src/report.cc | |
parent | 02225a014a6e7b3d41cd6b64632b2dba06681c67 (diff) | |
download | fork-ledger-7b45a664f2d188065dadb8506742f718982373eb.tar.gz fork-ledger-7b45a664f2d188065dadb8506742f718982373eb.tar.bz2 fork-ledger-7b45a664f2d188065dadb8506742f718982373eb.zip |
Make --lot-notes the primary name, not --lot-tags
Diffstat (limited to 'src/report.cc')
-rw-r--r-- | src/report.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.cc b/src/report.cc index 4dd0bca4..36865a75 100644 --- a/src/report.cc +++ b/src/report.cc @@ -1075,7 +1075,7 @@ option_t<report_t> * report_t::lookup_option(const char * p) OPT_(limit_); else OPT(lot_dates); else OPT(lot_prices); - else OPT_ALT(lot_tags, lot_notes); + else OPT_ALT(lot_notes, lot_tags); else OPT(lots); else OPT(lots_actual); else OPT_ALT(tail_, last_); |