Skip to content

Commit 871abd2

Browse files
committed
Update man page regarding --nonprintable-notation
1 parent 3c2ee04 commit 871abd2

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

assets/manual/bat.1.in

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@ either '--language value', '--language=value', '-l value' or '-lvalue'.
2525
Show non\-printable characters like space, tab or newline. Use '\-\-tabs' to
2626
control the width of the tab\-placeholders.
2727
.HP
28+
\fB\-\-nonprintable\-notation\fR
29+
.IP
30+
Specify how to display non-printable characters when using \-\-show\-all.
31+
32+
Possible values:
33+
.RS
34+
.IP "caret"
35+
Use character sequences like ^G, ^J, ^@, .. to identify non-printable characters
36+
.IP "unicode"
37+
Use special Unicode code points to identify non-printable characters
38+
.RE
39+
.HP
2840
\fB\-p\fR, \fB\-\-plain\fR
2941
.IP
3042
Only show plain style, no decorations. This is an alias for

0 commit comments

Comments
 (0)