diff options
author | Canop <cano.petrole@gmail.com> | 2021-07-06 17:26:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-06 17:26:46 +0200 |
commit | a4628facb2e9c787fd72fc914cea842c6e50a35d (patch) | |
tree | c9981ef126f0bc749d02a1b944a982d7780db981 | |
parent | 404f65e0f5bd3d22b98fa0a1c1ba7be494bc95b2 (diff) | |
parent | b2e8670c995503e9ac9572e4cf68fee3c9e7763d (diff) |
Merge pull request #417 from Wizhi/master
Document the --color option
-rw-r--r-- | man/page | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -73,8 +73,8 @@ Don't trim the root (still trim the deeper levels). A scrollbar may be used when .B \-\-install Install or reinstall the \fBbr\fR shell function .TP -.B \-\-no-style -Remove all style and colors +.B \-\-color <yes|no|auto> +Controls styling of the output (default: auto). If set to auto, all styling is removed when output is piped. .TP .B \-\-help Prints a help page, with more or less the same content as this man page |