From e2e1afd8e6e2815728f04cc891c2e7862abc78db Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 3 Oct 2024 05:51:13 -1000 Subject: [PATCH] ;examples: hledger.conf.sample: mention --infer-equity and account checking --- hledger.conf.sample | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hledger.conf.sample b/hledger.conf.sample index 755832c47..90249cea2 100644 --- a/hledger.conf.sample +++ b/hledger.conf.sample @@ -26,7 +26,12 @@ # Always infer these things ? Why not. --infer-costs --infer-market-prices + #--infer-equity +# If you use hledger check accounts or hledger check -s with this flag enabled, +# you may see that some extra account declarations are needed in your journal, like +# account equity:conversion:CUR1-CUR2:CUR1 +# account equity:conversion:CUR1-CUR2:CUR2 # 2. Command-specific options.