diff --git a/hledger/Hledger/Cli/Commands/Balancesheet.md b/hledger/Hledger/Cli/Commands/Balancesheet.md index e5593d31d..db0a8204e 100644 --- a/hledger/Hledger/Cli/Commands/Balancesheet.md +++ b/hledger/Hledger/Cli/Commands/Balancesheet.md @@ -7,7 +7,7 @@ financial statements. _FLAGS -This report shows accounts declared with the `Asset` or `Cash` or `Liability` type +This report shows accounts declared with the `Asset`, `Cash` or `Liability` type (see [account types](https://hledger.org/hledger.html#account-types)). Or if no such accounts are declared, it shows top-level accounts named `asset` or `liability` (case insensitive, plurals allowed) and their subaccounts. diff --git a/hledger/Hledger/Cli/Commands/Balancesheetequity.md b/hledger/Hledger/Cli/Commands/Balancesheetequity.md index 71c267cdf..ec5ad1191 100644 --- a/hledger/Hledger/Cli/Commands/Balancesheetequity.md +++ b/hledger/Hledger/Cli/Commands/Balancesheetequity.md @@ -1,15 +1,15 @@ balancesheetequity, bse\ -This command displays a balance sheet, showing historical ending -balances of asset, liability and equity accounts. +This command displays a [balance sheet](https://en.wikipedia.org/wiki/Balance_sheet), +showing historical ending balances of asset, liability and equity accounts. Amounts are shown with normal positive sign, as in conventional financial statements. _FLAGS -The asset, liability and equity accounts shown are those accounts -declared with the `Asset`, `Cash`, `Liability` or `Equity` type, or -otherwise all accounts under a top-level `asset`, `liability` or -`equity` account (case insensitive, plurals allowed). +This report shows accounts declared with the `Asset`, `Cash`, `Liability` or `Equity` type +(see [account types](https://hledger.org/hledger.html#account-types)). +Or if no such accounts are declared, it shows top-level accounts named +`asset`, `liability` or `equity` (case insensitive, plurals allowed) and their subaccounts. Example: ```shell