;doc: update CLI usage texts

This commit is contained in:
Simon Michael 2021-12-06 14:50:43 -10:00
parent 872bce55ef
commit 5c597750fb

View File

@ -258,9 +258,9 @@ accounts yet.
Data layout
With --layout, you can influence how amounts with more than one
commodity are displayed (and a bit more), which in turn affects the
layout of the report data:
The --layout option affects how multi-commodity amounts are displayed,
and some other things, influencing the overall layout of the report
data:
- --layout=wide[,WIDTH]: commodities are shown on a single line,
possibly elided to the specified width
@ -268,7 +268,9 @@ layout of the report data:
- --layout=bare: amounts are shown as bare numbers, with commodity
symbols in a separate column
- --layout=tidy: data is normalised to tidy form, with one row per
data value (supported with CSV output only)
data value. This is supported with CSV output format only. Totals
and row averages are disabled in this mode (-N/--no-total is implied
and -T/--row-total and -A/--average will be ignored).
These --layout values affect some but not all of the output formats, as
shown: