From 0edf99350a626115b34de93a867a49a97c77bc87 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 18 Apr 2024 13:35:09 -1000 Subject: [PATCH] ;doc: update command help --- hledger/Hledger/Cli/Commands/Balancesheetequity.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hledger/Hledger/Cli/Commands/Balancesheetequity.txt b/hledger/Hledger/Cli/Commands/Balancesheetequity.txt index 7b4aa39a1..ce15dfc6f 100644 --- a/hledger/Hledger/Cli/Commands/Balancesheetequity.txt +++ b/hledger/Hledger/Cli/Commands/Balancesheetequity.txt @@ -44,8 +44,12 @@ This command is a higher-level variant of the balance command, and supports many of that command's features, such as multi-period reports. It is similar to hledger balance -H assets liabilities equity, but with smarter account detection, and liabilities/equity displayed with their -sign flipped. It is the easiest way to see if the accounting equation is -satisfied (A+L+E = 0). +sign flipped. + +This report is the easiest way to see if the accounting equation (A+L+E += 0) is satisfied (after you have done a close --retain to merge +revenues and expenses with equity, and perhaps added --infer-equity to +balance your commodity conversions). This command also supports the output destination and output format options The output formats supported are txt, csv, tsv, html, and json.