From cb0526381ea59bbbabdbca487a0e852d6e82a0b9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 3 Mar 2021 05:11:42 -0800 Subject: [PATCH] ;bal: doc updates --- hledger/Hledger/Cli/Commands/Balance.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hledger/Hledger/Cli/Commands/Balance.md b/hledger/Hledger/Cli/Commands/Balance.md index 8d2bbc395..dba5c59b8 100644 --- a/hledger/Hledger/Cli/Commands/Balance.md +++ b/hledger/Hledger/Cli/Commands/Balance.md @@ -46,6 +46,14 @@ followed by more detailed descriptions and examples. - or accumulated since report start date ([`--cumulative`](#accumulation-type)) - or accumulated since account creation ([`--historical/-H`](#accumulation-type)) +..possibly converted to.. + +- cost ([`--value=cost[,COMM]/--cost/-B`](#valuation-type)) +- or market value, as of transaction dates ([`--value=then[,COMM]`](#valuation-type)) +- or at period ends ([`--value=end[,COMM]`](#valuation-type)) +- or now ([`--value=now`](#valuation-type)) +- or at some other date ([`--value=YYYY-MM-DD`](#valuation-type)) + ..with.. - totals ([`-T`](#multi-period-balance-report)),