Add help for --rebuilt-binaries-timestamp.
authorZac Medico <zmedico@gentoo.org>
Thu, 27 May 2010 11:17:12 +0000 (04:17 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 27 May 2010 11:17:12 +0000 (04:17 -0700)
man/emerge.1
pym/_emerge/help.py

index d1b73778c0a143caec793032bc8ce6be542dee07..44cb292f8c43ec2fb8c427d1a26661d28ef9827d 100644 (file)
@@ -504,7 +504,7 @@ automatically when using binary packages
 (\fB\-\-usepkgonly\fR or \fB\-\-getbinpkgonly\fR) together with
 \fB\-\-update\fR and \fB\-\-deep\fR.
 .TP
-.BR "\-\-rebuilt\-binaries\-timestamp[=TIMESTAMP]"
+.BR "\-\-rebuilt\-binaries\-timestamp=TIMESTAMP"
 This option modifies emerge's behaviour only if
 \fB\-\-rebuilt\-binaries\fR is given. Only binaries that
 have a BUILD_TIME that is larger than the given TIMESTAMP
index 8d6fcb257ec68dce3fb14f94409d26736cd5679e..fd49adeb9dad697b427b24bf2ab5e7ec0983153c 100644 (file)
@@ -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")