diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-03-21 18:05:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-22 03:36:35 +0000 |
commit | 1b82c21ec8897da285728f9e99e135fbd7406462 (patch) | |
tree | 334e467e44a1dcfda17639c2d72c1b4734ff9309 /man | |
parent | .gitignorerevs: update for Black reformatting (diff) | |
download | gentoolkit-1b82c21ec8897da285728f9e99e135fbd7406462.tar.gz gentoolkit-1b82c21ec8897da285728f9e99e135fbd7406462.tar.bz2 gentoolkit-1b82c21ec8897da285728f9e99e135fbd7406462.zip |
Support the NO_COLOR environment variable
Bug: https://bugs.gentoo.org/902551
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Closes: https://github.com/gentoo/gentoolkit/pull/26
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/revdep-rebuild.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/revdep-rebuild.1 b/man/revdep-rebuild.1 index fad5f47..bff995c 100644 --- a/man/revdep-rebuild.1 +++ b/man/revdep-rebuild.1 @@ -82,7 +82,7 @@ REVDEP_REBUILD_DEFAULT_OPTS \- List of default emerge options for revdep-rebuild The REVDEP_REBUILD_DEFAULT_OPTS variable can be used to override EMERGE_DEFAULT_OPTS for revdep\-rebuild. This variable replaces the values of EMERGE_DEFAULT_OPTS and can still be overridden by command line options. Please note that this variable is only for options to pass to emerge and not options for revdep\-rebuild itself. -revdep\-rebuild honors the NOCOLOR and PORTAGE_NICENESS variables from make.conf +revdep\-rebuild honors the NO_COLOR, NOCOLOR, and PORTAGE_NICENESS variables from make.conf. .SH "EXAMPLES" It is recommended that when running revdep\-rebuild that the following command be used initially: .br |