projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
167074f
)
Update help() usage since the myopts parameter is gone. Thanks to
author
Zac Medico
<zmedico@gentoo.org>
Sat, 4 Jul 2009 19:06:04 +0000
(19:06 -0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/pym/_emerge/main.py
b/pym/_emerge/main.py
index ed24774a9a74ca845b81970e337d899ad231c502..4b2c2320b6ee8b2405833371e73007bb2a2ad6e8 100644
(file)
--- a/
pym/_emerge/main.py
+++ b/
pym/_emerge/main.py
@@
-1080,7
+1080,7
@@
def emerge_main():
print "myopts", myopts
if not myaction and not myfiles and "--resume" not in myopts:
- _emerge.help.help(my
action, my
opts, portage.output.havecolor)
+ _emerge.help.help(myopts, portage.output.havecolor)
return 1
pretend = "--pretend" in myopts