;bal: doc: drop link to resolved sorting issue (#1279)

This commit is contained in:
Simon Michael 2020-09-01 16:29:25 -07:00
parent 4c3eaa5ffa
commit c1a985f1c8

View File

@ -46,7 +46,6 @@ $ hledger balance
By default, accounts are displayed hierarchically, with subaccounts indented below their parent. By default, accounts are displayed hierarchically, with subaccounts indented below their parent.
At each level of the tree, accounts are sorted by [account code](/journal.html#declaring-accounts) if any, then by account name. At each level of the tree, accounts are sorted by [account code](/journal.html#declaring-accounts) if any, then by account name.
Or with `-S/--sort-amount`, by their balance amount, largest first. Or with `-S/--sort-amount`, by their balance amount, largest first.
(Note: `-S` has a [problem](https://github.com/simonmichael/hledger/issues/1279) in hledger 1.11-1.18).
"Boring" accounts, which contain a single interesting subaccount and "Boring" accounts, which contain a single interesting subaccount and
no balance of their own, are elided into the following line for more compact output. no balance of their own, are elided into the following line for more compact output.