Bug #304793 - Update --newuse docs to indicate that this option also implies
authorZac Medico <zmedico@gentoo.org>
Sat, 13 Feb 2010 06:00:54 +0000 (06:00 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 13 Feb 2010 06:00:54 +0000 (06:00 -0000)
--selective.

svn path=/main/trunk/; revision=15346

man/emerge.1
pym/_emerge/help.py

index e5830773bc29fcaf266bf27c2680b44cd2cf6d16..47149061498b97c57b370ec8cda8486b36d72906 100644 (file)
@@ -403,8 +403,10 @@ analogous options that should be configured via \fBMAKEOPTS\fR in
 \fBmake.conf\fR(5).
 .TP
 .BR "\-\-newuse " (\fB\-N\fR)
-Tells emerge to include installed packages where USE flags have changed since 
-compilation.  USE flag changes include:
+Tells emerge to include installed packages where USE
+flags have changed since compilation. This option
+also implies the \fB\-\-selective\fR option.
+USE flag changes include:
 
 A USE flag was added to a package.
 A USE flag was removed from a package.
index 82f0666c8a11ab222da555c9398c8d4e163b5d7b..88b818cfb371e88bc3167110ab53be264b8bdb29 100644 (file)
@@ -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")