summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-02-12 16:22:49 -0800
committerZac Medico <zmedico@gentoo.org>2011-02-13 20:25:28 -0800
commit1de9fc1a63e57bf77a029863004aaffbb17c7410 (patch)
tree93fb4232c86becdcbd4980a1ede3c4aff3e73ab4 /pym/_emerge
parent315a6d6872d0f4b6a36844de97fd172bbec3a90d (diff)
downloadportage-1de9fc1a63e57bf77a029863004aaffbb17c7410.tar.gz
portage-1de9fc1a63e57bf77a029863004aaffbb17c7410.tar.bz2
portage-1de9fc1a63e57bf77a029863004aaffbb17c7410.zip
emerge.1: cross-ref --newuse and --changed-use
This will fix bug #354437.
Diffstat (limited to 'pym/_emerge')
-rw-r--r--pym/_emerge/help.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py
index ab8985d45..6a1bae439 100644
--- a/pym/_emerge/help.py
+++ b/pym/_emerge/help.py
@@ -508,7 +508,10 @@ def help(myopts, havecolor=1):
print(" "+green("--newuse")+" ("+green("-N")+" short option)")
desc = "Tells emerge to include installed packages where USE " + \
"flags have changed since compilation. This option " + \
- "also implies the --selective option."
+ "also implies the --selective option. If you would " + \
+ "like to skip rebuilds for which disabled flags have " + \
+ "been added to or removed from IUSE, see the related " + \
+ "--reinstall=changed-use option."
for line in wrap(desc, desc_width):
print(desc_indent + line)
print()