Skip to content

Commit

Permalink
;doc: bal: mention --summary-only
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed May 10, 2024
1 parent 1d2f854 commit e3a67b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hledger/Hledger/Cli/Commands/Balance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e3a67b1

Please sign in to comment.