From 20d8f9f7e2d7d828e6187718fe61b3ccb21ff94d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 18 Nov 2021 22:30:03 -1000 Subject: [PATCH] ;doc: bal: fix list formatting --- hledger/Hledger/Cli/Commands/Balance.md | 1 + 1 file changed, 1 insertion(+) diff --git a/hledger/Hledger/Cli/Commands/Balance.md b/hledger/Hledger/Cli/Commands/Balance.md index 08fb4b1c0..b48dfea7a 100644 --- a/hledger/Hledger/Cli/Commands/Balance.md +++ b/hledger/Hledger/Cli/Commands/Balance.md @@ -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