diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-22 05:19:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-22 05:19:57 +0000 |
commit | 8e6e55f201ef70dde90cbcf1fd1ea17859824791 (patch) | |
tree | 89286d4375ea8aca85e8a3fb9a5fe4e39bcfa6ef | |
parent | dade8615312d057db228bf792eee81bb029d9e5d (diff) | |
download | portage-8e6e55f201ef70dde90cbcf1fd1ea17859824791.tar.gz portage-8e6e55f201ef70dde90cbcf1fd1ea17859824791.tar.bz2 portage-8e6e55f201ef70dde90cbcf1fd1ea17859824791.zip |
move --nocolor to OPTIONS instead of ACTIONS #113225 by P Nienaber
svn path=/main/trunk/; revision=2315
-rw-r--r-- | man/emerge.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/emerge.1 b/man/emerge.1 index 3623e1c1f..9e8a0200b 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -111,9 +111,6 @@ tail end of an rsync update using \fBemerge \-\-sync\fR. The processing creates the cache database that portage uses for pre\-parsed lookups of package data. .TP -.BR \-\-nocolor -Make sure none of the output from portage contains color. -.TP .BR "\-\-prune " (\fB\-P\fR) \fBWARNING: This action can remove important packages!\fR Tries to remove all but the last version installed. Since the command currently does not @@ -246,6 +243,9 @@ Tells emerge to include installed packages where USE flags have changed since compilation. An asterisk marks when a USE flag has changed since the package was compiled. .TP +.BR \-\-nocolor +Make sure none of the output from portage contains color. +.TP .BR "\-\-noconfmem" Causes portage to disregard merge records indicating that a config file inside of a \fBCONFIG_PROTECT\fR directory has been merged already. Portage |