From 8381b7d50228d7a9dc2a8d4bf7b142e678c4e98e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 9 Sep 2010 07:21:58 -0700 Subject: [PATCH] Update --autounmask docs to note that it generates package.use settings. --- man/emerge.1 | 3 ++- pym/_emerge/help.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/man/emerge.1 b/man/emerge.1 index e225c13e8..9caca445c 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -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, -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 diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py index 0a4241d37..b0d91c8c5 100644 --- a/pym/_emerge/help.py +++ b/pym/_emerge/help.py @@ -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, " + \ - "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() -- 2.26.2