Skip to content

Commit

Permalink
;doc:cli: fix links to balance --layout doc
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Jul 7, 2023
1 parent 0fabbc3 commit 245178c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hledger/Hledger/Cli/Commands/Balance.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Many of these work with the higher-level commands as well.
- rows and columns swapped ([`--transpose`](#multi-period-balance-report))
- another field used as account name ([`--pivot`](#multi-period-balance-report))
- custom-formatted line items (single-period reports only) ([`--format`](#balance-report-line-format))
- commodities displayed on the same line or multiple lines ([`--layout`](#commodity-layout))
- commodities displayed on the same line or multiple lines ([`--layout`](#balance-report-layout))

This command supports the
[output destination](#output-destination) and
Expand Down Expand Up @@ -801,7 +801,7 @@ Period of generated transactions:
- possibly restricted by a period specified in the periodic transaction rule.


### Data layout
### Balance report layout

The `--layout` option affects how balance reports show
multi-commodity amounts and commodity symbols, which can improve readability.
Expand Down
2 changes: 1 addition & 1 deletion hledger/hledger.m4.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ Here are those commands and the formats currently supported:
| print | Y | Y | | Y | Y |
| register | Y | Y | | Y | |

- *<sup>1</sup> Also affected by the balance commands' [`--layout` option](#commodity-layout).*
- *<sup>1</sup> Also affected by the balance commands' [`--layout` option](#balance-report-layout).*
- *<sup>2</sup> `balance` does not support html output without a report interval or with `--budget`.*

<!--
Expand Down

0 comments on commit 245178c

Please sign in to comment.