summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/_emerge/help.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py
index 82f0666c8..88b818cfb 100644
--- a/pym/_emerge/help.py
+++ b/pym/_emerge/help.py
@@ -442,8 +442,11 @@ def help(myopts, havecolor=1):
print(desc_indent + line)
print()
print(" "+green("--newuse")+" ("+green("-N")+" short option)")
- print(" Tells emerge to include installed packages where USE flags have ")
- print(" changed since installation.")
+ desc = "Tells emerge to include installed packages where USE " + \
+ "flags have changed since compilation. This option " + \
+ "also implies the --selective option."
+ for line in wrap(desc, desc_width):
+ print(desc_indent + line)
print()
print(" "+green("--noconfmem"))
print(" Portage keeps track of files that have been placed into")