From c522bc7e2c2c116a061eca24a1697841947bc433 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 2 May 2011 12:12:13 -0700 Subject: emerge: rename --no*-atoms to --*-exclude --- pym/_emerge/help.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pym/_emerge/help.py') diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py index bf2437dce..85026ac82 100644 --- a/pym/_emerge/help.py +++ b/pym/_emerge/help.py @@ -559,13 +559,13 @@ def help(myopts, havecolor=1): print(" "+green("--nospinner")) print(" Disables the spinner regardless of terminal type.") print() - print(" " + green("--nousepkg-atoms") + " " + turquoise("ATOMS")) + print(" " + green("--usepkg-exclude") + " " + turquoise("ATOMS")) desc = "A space separated list of package names or slot atoms." + \ " Emerge will ignore matching binary packages." for line in wrap(desc, desc_width): print(desc_indent + line) print() - print(" " + green("--norebuild-atoms") + " " + turquoise("ATOMS")) + print(" " + green("--rebuild-exclude") + " " + turquoise("ATOMS")) desc = "A space separated list of package names or slot atoms." + \ " Emerge will not rebuild matching packages due to --rebuild." for line in wrap(desc, desc_width): -- cgit v1.2.3-1-g7c22