summaryrefslogtreecommitdiff
path: root/src/report.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-05-22 17:04:38 -0400
committerJohn Wiegley <johnw@newartisans.com>2010-05-22 21:35:02 -0400
commit02e78255166b17bff08a408166cc56ff9269c925 (patch)
treec2c0016572efdeb356a793aa1e9414a9e9058bfe /src/report.cc
parentde3803d0277353520116f05c7b2357196a8cfe48 (diff)
downloadfork-ledger-02e78255166b17bff08a408166cc56ff9269c925.tar.gz
fork-ledger-02e78255166b17bff08a408166cc56ff9269c925.tar.bz2
fork-ledger-02e78255166b17bff08a408166cc56ff9269c925.zip
Option --count sums payees, account, commodities
Diffstat (limited to 'src/report.cc')
-rw-r--r--src/report.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/report.cc b/src/report.cc
index 509be8b1..d2db87b0 100644
--- a/src/report.cc
+++ b/src/report.cc
@@ -853,6 +853,7 @@ option_t<report_t> * report_t::lookup_option(const char * p)
else OPT(columns_);
else OPT_ALT(basis, cost);
else OPT_(current);
+ else OPT(count);
break;
case 'd':
OPT(daily);