projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81a0324
)
Fix typo from previous commit.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 3 Sep 2009 03:27:19 +0000
(
03:27
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 3 Sep 2009 03:27:19 +0000
(
03:27
-0000)
svn path=/main/trunk/; revision=14182
pym/_emerge/main.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/main.py
b/pym/_emerge/main.py
index 543a0080dc781cb34b5b68148cab74098ea81071..db57f2985e6641970cb159ea9503a419974fa098 100644
(file)
--- a/
pym/_emerge/main.py
+++ b/
pym/_emerge/main.py
@@
-1145,7
+1145,7
@@
def emerge_main():
if '--emptytree' in myopts and '--noreplace' in myopts:
writemsg_level("emerge: can't specify both of " + \
- "\"--empty\" and \"--noreplace\".\n",
+ "\"--empty
tree
\" and \"--noreplace\".\n",
level=logging.ERROR, noiselevel=-1)
return 1