summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-02-22 10:22:38 +0000
committerZac Medico <zmedico@gentoo.org>2010-02-22 10:22:38 +0000
commit95ba162c8d142582166f31d51d1a489b6b8b6994 (patch)
treeaf4618823566e7188936451aa3941fb8227cf6d3 /pym/_emerge/help.py
parentUse lazy import for portage.Manifest. (diff)
downloadportage-idfetch-95ba162c8d142582166f31d51d1a489b6b8b6994.tar.gz
portage-idfetch-95ba162c8d142582166f31d51d1a489b6b8b6994.tar.bz2
portage-idfetch-95ba162c8d142582166f31d51d1a489b6b8b6994.zip
Enable --rebuilt-binaries automatically only when in --usepkgonly or
--getbinpkgonly mode, since --usepkgonly behaves better in cases when the portage tree is not exactly the same revision that was used to build the packages. svn path=/main/trunk/; revision=15427
Diffstat (limited to 'pym/_emerge/help.py')
-rw-r--r--pym/_emerge/help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py
index 7c6b334f..867902a6 100644
--- a/pym/_emerge/help.py
+++ b/pym/_emerge/help.py
@@ -511,7 +511,7 @@ def help(myopts, havecolor=1):
"been rebuilt. Rebuilds are detected by comparison of " + \
"BUILD_TIME package metadata. This option is enabled " + \
"automatically when using binary packages " + \
- "(--usepkg or --getbinpkg) together with " + \
+ "(--usepkgonly or --getbinpkgonly) together with " + \
"--update and --deep."
for line in wrap(desc, desc_width):
print(desc_indent + line)