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.