summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2006-02-19 04:46:09 +0000
committerMarius Mauch <genone@gentoo.org>2006-02-19 04:46:09 +0000
commit7bc1b2956965d7db1de76a99dae7866498d38c00 (patch)
tree634c18df7c9c53bed46b023e904f9017840ea4fe /pym
parentdad1e45ff9829f3d359ccba4edfcd9678b53451a (diff)
downloadportage-7bc1b2956965d7db1de76a99dae7866498d38c00.tar.gz
portage-7bc1b2956965d7db1de76a99dae7866498d38c00.tar.bz2
portage-7bc1b2956965d7db1de76a99dae7866498d38c00.zip
finally remove --rsync
svn path=/main/trunk/; revision=2740
Diffstat (limited to 'pym')
-rw-r--r--pym/emergehelp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/emergehelp.py b/pym/emergehelp.py
index 2cab41195..322c5f951 100644
--- a/pym/emergehelp.py
+++ b/pym/emergehelp.py
@@ -302,7 +302,7 @@ def help(myaction,myopts,havecolor=1):
print " other information useful for quick reference on a system. See"
print " "+bold("emerge info")+" for more advanced information."
print
- elif myaction in ["rsync","sync"]:
+ elif myaction == "sync":
print
print bold("Usage: ")+turquoise("emerge")+" "+turquoise("--sync")
print