From 4a2bcdc20f7559748b168238faeb63cd801cb417 Mon Sep 17 00:00:00 2001 From: Sebastian Luther Date: Sat, 1 May 2010 21:03:33 +0200 Subject: emerge --help: Add --ignore-default-opts (closes bug 246491) --- pym/_emerge/help.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pym') diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py index e803bd899..d9994d276 100644 --- a/pym/_emerge/help.py +++ b/pym/_emerge/help.py @@ -114,6 +114,14 @@ def help(myopts, havecolor=1): "in order to prevent uninstall actions from removing " + \ "atoms from the world file." + for line in wrap(paragraph, desc_width): + print(desc_indent + line) + print() + print(" " + green("--ignore-default-opts")) + + paragraph = \ + "Causes EMERGE_DEFAULT_OPTS (see make.conf(5)) to be ignored." + for line in wrap(paragraph, desc_width): print(desc_indent + line) print() -- cgit v1.2.3-1-g7c22