From 1126b4b0dd9979bff6e6837ac50997c8090f28d4 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 21 Sep 2021 15:45:42 -1000 Subject: [PATCH] doc: add --pretty to general options macro for manuals --- doc/common.m4 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/common.m4 b/doc/common.m4 index a0344f035..a6f6daa75 100644 --- a/doc/common.m4 +++ b/doc/common.m4 @@ -183,6 +183,11 @@ In hledger-ui, also make ordinary future transactions visible. : 'never' or 'no': never. : A NO_COLOR environment variable overrides this. +`--pretty[=WHEN]` +: Show prettier output, e.g. using unicode box-drawing characters. +: Accepts 'yes' (the default) or 'no' ('y', 'n', 'always', 'never' also work). +: If you provide an argument you must use '=', e.g. '--pretty=yes'. + When a reporting option appears more than once in the command line, the last one takes precedence. Some reporting options can also be written as [query arguments](#queries).