Update man page

This commit is contained in:
sharkdp 2018-09-12 22:00:28 +02:00
parent bd619db3ca
commit ad6e0a2581

View File

@ -36,8 +36,10 @@ Display a list of supported themes for syntax highlighting.
Configure which elements (line numbers, file headers, grid borders, Git Configure which elements (line numbers, file headers, grid borders, Git
modifications, ..) to display in addition to the file contents. The argument modifications, ..) to display in addition to the file contents. The argument
is a comma\-separated list of components to display (e.g. is a comma\-separated list of components to display (e.g.
\&'numbers,changes,grid') or a pre\-defined style ('full') [default: auto] \&'numbers,changes,grid') or a pre\-defined style ('full'). To set a default
[possible values: auto, full, plain, changes, header, grid, numbers] theme, export the BAT_STYLE environment variable (e.g.: export
BAT_STYLE="numbers"). [possible values: auto, full, plain, changes, header,
grid, numbers]
.HP .HP
\fB\-p\fR \fB\-p\fR
.IP .IP
@ -80,15 +82,21 @@ pager is 'less'. To disable the pager permanently, set BAT_PAGER to an empty
string. [default: auto] [possible values: auto, never, always] string. [default: auto] [possible values: auto, never, always]
.HP .HP
\fB\-\-wrap\fR <mode> \fB\-\-wrap\fR <mode>
.TP
Specify the text\-wrapping mode. [default: auto]
[possible values: auto,
.IP .IP
Specify the text\-wrapping mode. [default: character] never, character]
[possible values: character, never]
.HP .HP
\fB\-u\fR \fB\-u\fR
.IP .IP
This option exists for POSIX\-compliance reasons ('u' is for 'unbuffered'). The This option exists for POSIX\-compliance reasons ('u' is for 'unbuffered'). The
output is always unbuffered \- this option is simply ignored. output is always unbuffered \- this option is simply ignored.
.HP .HP
\fB\-\-tabs\fR <tabs>
.IP
Sets the tab width. Use a width of 0 to pass tabs through directly
.HP
\fB\-h\fR, \fB\-\-help\fR \fB\-h\fR, \fB\-\-help\fR
.IP .IP
Print this help message. Print this help message.