From ec82842814ec2cb9846578ff2ae7a1ccbeec193d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 27 May 2010 04:17:12 -0700 Subject: Add help for --rebuilt-binaries-timestamp. --- pym/_emerge/help.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'pym/_emerge/help.py') diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py index 8d6fcb25..fd49adeb 100644 --- a/pym/_emerge/help.py +++ b/pym/_emerge/help.py @@ -546,6 +546,15 @@ def help(myopts, havecolor=1): for line in wrap(desc, desc_width): print(desc_indent + line) print() + print(" "+green("--rebuilt-binaries-timestamp") + "=%s" % turquoise("TIMESTAMP")) + desc = "This option modifies emerge's behaviour only if " + \ + "--rebuilt-binaries is given. Only binaries that " + \ + "have a BUILD_TIME that is larger than the given TIMESTAMP " + \ + "and that is larger than that of the installed package will " + \ + "be considered by the rebuilt-binaries logic." + for line in wrap(desc, desc_width): + print(desc_indent + line) + print() print(" "+green("--reinstall ") + turquoise("changed-use")) print(" Tells emerge to include installed packages where USE flags have") print(" changed since installation. Unlike --newuse, this option does") -- cgit v1.2.3-65-gdbad