;doc: bal: fix list formatting

This commit is contained in:
Simon Michael 2021-11-18 22:30:03 -10:00
parent 678d3b0a06
commit 20d8f9f7e2

View File

@ -270,6 +270,7 @@ Here are some ways to handle that:
### Commodity layout
With `--layout`, you can control how amounts with more than one commodity are displayed:
- `--layout=wide[,WIDTH]`: on a single line, possibly elided to the specified width
- `--layout=tall`: each commodity is displayed on a separate line
- `--layout=bare`: commodity symbols are displayed in a separate column, and amounts are displayed as bare numbers