diff --git a/assets/manual/bat.1.in b/assets/manual/bat.1.in index a3e3c464..82a4302c 100644 --- a/assets/manual/bat.1.in +++ b/assets/manual/bat.1.in @@ -142,7 +142,7 @@ Configure which elements (line numbers, file headers, grid borders, Git modifica of components to display (e.g. 'numbers,changes,grid') or a pre\-defined style ('full'). To set a default style, add the '\-\-style=".."' option to the configuration file or export the BAT_STYLE environment variable (e.g.: export BAT_STYLE=".."). Possible -values: *auto*, full, plain, changes, header, grid, rule, numbers, snip. +values: *full*, auto, plain, changes, header, grid, rule, numbers, snip. .HP \fB\-r\fR, \fB\-\-line\-range\fR ... .IP diff --git a/src/bin/bat/clap_app.rs b/src/bin/bat/clap_app.rs index 37016f62..57e070af 100644 --- a/src/bin/bat/clap_app.rs +++ b/src/bin/bat/clap_app.rs @@ -394,8 +394,8 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> { '--style=\"..\"' option to the configuration file or export the \ BAT_STYLE environment variable (e.g.: export BAT_STYLE=\"..\").\n\n\ Possible values:\n\n \ - * full: enables all available components.\n \ - * auto: same as 'full', unless the output is piped (default).\n \ + * full: enables all available components (default).\n \ + * auto: same as 'full', unless the output is piped.\n \ * plain: disables all available components.\n \ * changes: show Git modification markers.\n \ * header: show filenames before the content.\n \