From 538b7087df9dbcfdfad287d79c1bf8c2fe40232f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 21 Jul 2016 19:47:04 -0700 Subject: [PATCH] site: faq: note -p combining issue --- site/faq.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site/faq.md b/site/faq.md index cb39472a2..a328f5ea8 100644 --- a/site/faq.md +++ b/site/faq.md @@ -172,6 +172,12 @@ or [balance assertions](manual.html#assertions-and-ordering). - hledger uses --ignore-assertions/-I to disable balance assertions. Ledger uses --permissive, and -I means something else (--prices). +- hledger's -p option doesn't combine nicely with -b/-e/-D/-W/-M/-Q/-Y. + Basically if there's a -p, all those others are ignored. + There's an open issue. + With hledger you can also specify start and/or end dates with a query argument, + date:START-END, which probably doesn't combine perfectly with the options. + ### Future ? There is a [ledger4](https://github.com/ledger/ledger4) repo on