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.h | |
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.h')
-rw-r--r-- | src/report.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h index 5b403205..a001ffb1 100644 --- a/src/report.h +++ b/src/report.h @@ -229,6 +229,7 @@ public: HANDLER(amount_).report(out); HANDLER(amount_data).report(out); HANDLER(anon).report(out); + HANDLER(auto_match).report(out); HANDLER(average).report(out); HANDLER(balance_format_).report(out); HANDLER(base).report(out); @@ -381,6 +382,7 @@ public: OPTION(report_t, amount_data); // -j OPTION(report_t, anon); + OPTION(report_t, auto_match); OPTION_(report_t, average, DO() { // -A parent->HANDLER(display_total_) |