Update help() usage since the myopts parameter is gone. Thanks to
authorZac Medico <zmedico@gentoo.org>
Sat, 4 Jul 2009 19:06:04 +0000 (19:06 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 4 Jul 2009 19:06:04 +0000 (19:06 -0000)
Marat Radchenko <slonopotamusorama@gmail.com> for this patch.

svn path=/main/trunk/; revision=13776

pym/_emerge/main.py

index ed24774a9a74ca845b81970e337d899ad231c502..4b2c2320b6ee8b2405833371e73007bb2a2ad6e8 100644 (file)
@@ -1080,7 +1080,7 @@ def emerge_main():
                print "myopts", myopts
 
        if not myaction and not myfiles and "--resume" not in myopts:
-               _emerge.help.help(myaction, myopts, portage.output.havecolor)
+               _emerge.help.help(myopts, portage.output.havecolor)
                return 1
 
        pretend = "--pretend" in myopts