Update --autounmask docs to note that it generates package.use settings.
authorZac Medico <zmedico@gentoo.org>
Thu, 9 Sep 2010 14:21:58 +0000 (07:21 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 9 Sep 2010 14:21:58 +0000 (07:21 -0700)
man/emerge.1
pym/_emerge/help.py

index e225c13e80560c52b3619250d5f8a5b3609ca421..9caca445ca749edb7c02bad271c0d0a8ee797d6a 100644 (file)
@@ -291,7 +291,8 @@ after the merge list and emerge will immediately
 abort. If the displayed configuration changes are
 satisfactory, you should copy and paste them into
 the specified configuration file(s). Currently,
 abort. If the displayed configuration changes are
 satisfactory, you should copy and paste them into
 the specified configuration file(s). Currently,
-this only works for unstable KEYWORDS masks.
+this only works for unstable KEYWORDS masks and
+package.use settings.
 .TP
 .BR \-\-backtrack=COUNT
 Specifies an integer number of times to backtrack if
 .TP
 .BR \-\-backtrack=COUNT
 Specifies an integer number of times to backtrack if
index 0a4241d37f3aff536bf362e745449913b5da42ae..b0d91c8c569f516bcf7933aa2971066ebe12659f 100644 (file)
@@ -306,7 +306,8 @@ def help(myopts, havecolor=1):
                        "abort. If the displayed configuration changes are " + \
                        "satisfactory, you should copy and paste them into " + \
                        "the specified configuration file(s). Currently, " + \
                        "abort. If the displayed configuration changes are " + \
                        "satisfactory, you should copy and paste them into " + \
                        "the specified configuration file(s). Currently, " + \
-                       "this only works for unstable KEYWORDS masks."
+                       "this only works for unstable KEYWORDS masks and " + \
+                       "package.use settings."
                for line in wrap(desc, desc_width):
                        print(desc_indent + line)
                print()
                for line in wrap(desc, desc_width):
                        print(desc_indent + line)
                print()