From fa3676df7da0d18ede79a8fb87558d2ed6e81f8f Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Tue, 22 Oct 2024 21:30:02 +0200 Subject: [PATCH] doc: Commands.Aregister: motivate --no-header option --- hledger/Hledger/Cli/Commands/Aregister.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hledger/Hledger/Cli/Commands/Aregister.md b/hledger/Hledger/Cli/Commands/Aregister.md index 6cd040ea9..fb224f8f8 100644 --- a/hledger/Hledger/Cli/Commands/Aregister.md +++ b/hledger/Hledger/Cli/Commands/Aregister.md @@ -12,6 +12,7 @@ Flags: balance. --no-elide don't show only 2 commodities per amount --cumulative show running total from report start date + --no-header omit header row in table output -w --width=N set output width (default: terminal width or $COLUMNS). -wN,M sets description width as well. --align-all guarantee alignment across all lines (slower) @@ -74,6 +75,11 @@ this means unusually wide values in later lines can cause visual discontinuities as column widths are adjusted. If you want to ensure perfect alignment, at the cost of more time and memory, use the `--align-all` flag. +By default, `aregister` shows a header above the data. +However, when reporting in a language different from English, +it is easier to omit this header and prepend your own one. +For this purpose, use the `--no-header` option. + This command also supports the [output destination](hledger.html#output-destination) and [output format](hledger.html#output-format) options.