diff options
author | John Wiegley <johnw@newartisans.com> | 2012-02-26 02:16:09 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-02-26 02:16:09 -0600 |
commit | 4a18317e7c35fea0aafdd99fec93adfea694743d (patch) | |
tree | 742ceb33017938573756f21c31c60cf9239473a9 /src/report.cc | |
parent | 5a201971a9a1042a74ce2548a2de3c3e2afcf751 (diff) | |
download | fork-ledger-4a18317e7c35fea0aafdd99fec93adfea694743d.tar.gz fork-ledger-4a18317e7c35fea0aafdd99fec93adfea694743d.tar.bz2 fork-ledger-4a18317e7c35fea0aafdd99fec93adfea694743d.zip |
Added --auto-match option, for use with 'convert'
Diffstat (limited to 'src/report.cc')
-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 38ae596a..b3b7233f 100644 --- a/src/report.cc +++ b/src/report.cc @@ -966,6 +966,7 @@ option_t<report_t> * report_t::lookup_option(const char * p) else OPT(amount_data); else OPT(anon); else OPT_ALT(color, ansi); + else OPT(auto_match); else OPT(average); else OPT(account_width_); else OPT(amount_width_); |