From ad6e0a2581341c8b98061aadea478ed3c20c3a11 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Wed, 12 Sep 2018 22:00:28 +0200 Subject: [PATCH] Update man page --- doc/bat.1 | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/doc/bat.1 b/doc/bat.1 index cb036ce0..9cc5deae 100644 --- a/doc/bat.1 +++ b/doc/bat.1 @@ -36,8 +36,10 @@ Display a list of supported themes for syntax highlighting. Configure which elements (line numbers, file headers, grid borders, Git modifications, ..) to display in addition to the file contents. The argument is a comma\-separated list of components to display (e.g. -\&'numbers,changes,grid') or a pre\-defined style ('full') [default: auto] -[possible values: auto, full, plain, changes, header, grid, numbers] +\&'numbers,changes,grid') or a pre\-defined style ('full'). To set a default +theme, export the BAT_STYLE environment variable (e.g.: export +BAT_STYLE="numbers"). [possible values: auto, full, plain, changes, header, +grid, numbers] .HP \fB\-p\fR .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] .HP \fB\-\-wrap\fR +.TP +Specify the text\-wrapping mode. [default: auto] +[possible values: auto, .IP -Specify the text\-wrapping mode. [default: character] -[possible values: character, never] +never, character] .HP \fB\-u\fR .IP This option exists for POSIX\-compliance reasons ('u' is for 'unbuffered'). The output is always unbuffered \- this option is simply ignored. .HP +\fB\-\-tabs\fR +.IP +Sets the tab width. Use a width of 0 to pass tabs through directly +.HP \fB\-h\fR, \fB\-\-help\fR .IP Print this help message.