mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-07 05:31:09 +00:00
Update man page regarding --nonprintable-notation
This commit is contained in:
parent
3c2ee04b9c
commit
871abd27aa
12
assets/manual/bat.1.in
vendored
12
assets/manual/bat.1.in
vendored
@ -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
|
Show non\-printable characters like space, tab or newline. Use '\-\-tabs' to
|
||||||
control the width of the tab\-placeholders.
|
control the width of the tab\-placeholders.
|
||||||
.HP
|
.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
|
\fB\-p\fR, \fB\-\-plain\fR
|
||||||
.IP
|
.IP
|
||||||
Only show plain style, no decorations. This is an alias for
|
Only show plain style, no decorations. This is an alias for
|
||||||
|
Loading…
x
Reference in New Issue
Block a user