Bug #304793 - Update --newuse docs to indicate that this option also implies
authorZac Medico <zmedico@gentoo.org>
Tue, 2 Mar 2010 20:13:34 +0000 (20:13 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 2 Mar 2010 20:13:34 +0000 (20:13 -0000)
--selective. (trunk r15346)

svn path=/main/branches/2.1.7/; revision=15573

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

index 6cbda809645c0f6e8ec51a54630abdea881ca85f..c8fcfa7bd7e770cb9e70b758979a49805036a468 100644 (file)
@@ -396,8 +396,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 5daf71a99cfd60354b2f05732c74d428ebd0c615..d61f090bec7a8b771d73ddbd05002dc5e4537fe3 100644 (file)
@@ -439,8 +439,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")