From e3a67b197e12d8de863cb39dac93d59a497271c8 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 9 May 2024 14:47:53 -1000 Subject: [PATCH] ;doc: bal: mention --summary-only --- hledger/Hledger/Cli/Commands/Balance.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hledger/Hledger/Cli/Commands/Balance.md b/hledger/Hledger/Cli/Commands/Balance.md index 5901f6d4725..1b653943907 100644 --- a/hledger/Hledger/Cli/Commands/Balance.md +++ b/hledger/Hledger/Cli/Commands/Balance.md @@ -365,6 +365,9 @@ shown, unless `-E/--empty` is used. - The `--transpose` flag can be used to exchange rows and columns. - The `--pivot FIELD` option causes a different transaction field to be used as "account name". See [PIVOTING](#pivoting). +- The `--summary-only` flag (`--summary` also works) hides all but the Total and Average columns + (those should be enabled with `--row-total` and `-A/--average`). + Multi-period reports with many periods can be too wide for easy viewing in the terminal. Here are some ways to handle that: