summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-04-06 01:01:43 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-04-06 01:32:38 -0500
commitad7ace902c6a1c756ca22d2e67edcc58fe07cd40 (patch)
tree56b5ea41cd0d37989286a8621ba7b8ed6f36499f /src/report.h
parentaece63395ba93eef3278648804cc24e49c6f07ea (diff)
downloadfork-ledger-ad7ace902c6a1c756ca22d2e67edcc58fe07cd40.tar.gz
fork-ledger-ad7ace902c6a1c756ca22d2e67edcc58fe07cd40.tar.bz2
fork-ledger-ad7ace902c6a1c756ca22d2e67edcc58fe07cd40.zip
Allow --invert to work with --monthly
Fixes #770
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.h b/src/report.h
index 37123377..e7d68dda 100644
--- a/src/report.h
+++ b/src/report.h
@@ -725,7 +725,7 @@ public:
OPTION(report_t, inject_);
OPTION_(report_t, invert, DO() {
- OTHER(amount_).on(whence, "-amount");
+ OTHER(amount_).on(whence, "-amount_expr");
});
OPTION_