From cbc252bbfe3f2650995e429005122c0539c691cf Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 12 Feb 2011 16:22:49 -0800 Subject: emerge.1: cross-ref --newuse and --changed-use This will fix bug #354437. --- pym/_emerge/help.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py index ab8985d45..6a1bae439 100644 --- a/pym/_emerge/help.py +++ b/pym/_emerge/help.py @@ -508,7 +508,10 @@ def help(myopts, havecolor=1): print(" "+green("--newuse")+" ("+green("-N")+" short option)") desc = "Tells emerge to include installed packages where USE " + \ "flags have changed since compilation. This option " + \ - "also implies the --selective option." + "also implies the --selective option. If you would " + \ + "like to skip rebuilds for which disabled flags have " + \ + "been added to or removed from IUSE, see the related " + \ + "--reinstall=changed-use option." for line in wrap(desc, desc_width): print(desc_indent + line) print() -- cgit v1.2.3-1-g7c22