main man page updated

This commit is contained in:
Ahmet Emre Çepoğlu 2014-01-30 14:29:48 +02:00
parent a4c07c9b90
commit cd6e21bfab
1 changed files with 7 additions and 6 deletions

View File

@ -111,13 +111,14 @@ for extract MIME-parts (such as attachments) from messages. See
.SH COLORS .SH COLORS
Some \fBmu\fR sub-commands support colorized output. If you don't want this, Some \fBmu\fR sub-commands support colorized output using the \fB--color\fR option. This option mimics the
you can use the \fI--nocolor\fR/ option to disable it. Even then, colors will behaviour of same option in the GNU-version of \fBls\fR-command :
only be shown when output goes to a sufficiently capable terminal (this roughly With \fI"--color=auto"\fR, output is colorized only when stardard output is
mirrors the \fI--color=auto\fR of the GNU-version of the \fBls\fR-command). connected to a terminal.
\fI--color=never\fR doesn't print colorized output in any case,
and \fI--color=always\fR will always print colors.
Instead of the \fI--color\fR/, you can also set the \fBMU_NOCOLOR\fR The default value is \fI--color=always\fR.
environment variable to non-empty to disable colors.
Currently, \fBmu find\fR, \fBmu view\fR, \fBmu cfind\fR and \fBmu extract\fR Currently, \fBmu find\fR, \fBmu view\fR, \fBmu cfind\fR and \fBmu extract\fR
support colors. support colors.