From 871abd27aa91264e01539da849add0330b24cb9c Mon Sep 17 00:00:00 2001 From: David Peter Date: Sat, 25 Mar 2023 10:31:31 +0100 Subject: Update man page regarding --nonprintable-notation --- assets/manual/bat.1.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/manual/bat.1.in b/assets/manual/bat.1.in index f4322010..74f69155 100644 --- a/assets/manual/bat.1.in +++ b/assets/manual/bat.1.in @@ -25,6 +25,18 @@ either '--language value', '--language=value', '-l value' or '-lvalue'. Show non\-printable characters like space, tab or newline. Use '\-\-tabs' to control the width of the tab\-placeholders. .HP +\fB\-\-nonprintable\-notation\fR +.IP +Specify how to display non-printable characters when using \-\-show\-all. + +Possible values: +.RS +.IP "caret" +Use character sequences like ^G, ^J, ^@, .. to identify non-printable characters +.IP "unicode" +Use special Unicode code points to identify non-printable characters +.RE +.HP \fB\-p\fR, \fB\-\-plain\fR .IP Only show plain style, no decorations. This is an alias for -- cgit v1.2.3