;doc: update CLI usage texts
This commit is contained in:
parent
872bce55ef
commit
5c597750fb
@ -258,9 +258,9 @@ accounts yet.
|
|||||||
|
|
||||||
Data layout
|
Data layout
|
||||||
|
|
||||||
With --layout, you can influence how amounts with more than one
|
The --layout option affects how multi-commodity amounts are displayed,
|
||||||
commodity are displayed (and a bit more), which in turn affects the
|
and some other things, influencing the overall layout of the report
|
||||||
layout of the report data:
|
data:
|
||||||
|
|
||||||
- --layout=wide[,WIDTH]: commodities are shown on a single line,
|
- --layout=wide[,WIDTH]: commodities are shown on a single line,
|
||||||
possibly elided to the specified width
|
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
|
- --layout=bare: amounts are shown as bare numbers, with commodity
|
||||||
symbols in a separate column
|
symbols in a separate column
|
||||||
- --layout=tidy: data is normalised to tidy form, with one row per
|
- --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
|
These --layout values affect some but not all of the output formats, as
|
||||||
shown:
|
shown:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user