;doc:cli: fix links to balance --layout doc

This commit is contained in:
Simon Michael 2023-07-07 10:27:45 -10:00
parent 0fabbc3b32
commit 245178cac8
2 changed files with 3 additions and 3 deletions

View File

@ -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
@ -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.

View File

@ -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`.*
<!--