doc: warn about combining -B and -V (#683)

This commit is contained in:
Simon Michael 2017-12-30 07:21:23 -08:00
parent 8f55b6137d
commit d8195dcae9

View File

@ -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