From 90ab9855f680b5d863d3b2535212fa5ac8a322c3 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 8 Jul 2009 21:41:01 +0000 Subject: Document the --selective option. svn path=/main/trunk/; revision=13807 --- pym/_emerge/help.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pym/_emerge/help.py') diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py index f78c2e0e0..583b57aa7 100644 --- a/pym/_emerge/help.py +++ b/pym/_emerge/help.py @@ -467,6 +467,12 @@ def help(myopts, havecolor=1): for line in wrap(desc, desc_width): print desc_indent + line print + print " " + green("--selective") + desc = "This is similar to the --noreplace option, except that it " + \ + "does not take precedence over options such as --newuse." + for line in wrap(desc, desc_width): + print desc_indent + line + print print " "+green("--skipfirst") desc = "This option is only valid when " + \ "used with --resume. It removes the " + \ -- cgit v1.2.3-1-g7c22