From d8195dcae928737447b680ac762a4469e8ab3f1c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 30 Dec 2017 07:21:23 -0800 Subject: [PATCH] doc: warn about combining -B and -V (#683) --- hledger/hledger_options.m4.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hledger/hledger_options.m4.md b/hledger/hledger_options.m4.md index 3bd6bc242..4997fd5b6 100644 --- a/hledger/hledger_options.m4.md +++ b/hledger/hledger_options.m4.md @@ -410,7 +410,10 @@ $ hledger -f t.j bal euros -V -e 2016/12/21 Currently, hledger's -V only uses market prices recorded with P directives, not [transaction prices](journal.html#transaction-prices) (unlike Ledger). -Using -B and -V together is allowed. +## Combining -B and -V + +Using -B/--cost and -V/--value together is currently allowed, but the +results are probably not meaningful. Let us know if you find a use for this. ## Regular expressions