Title: [219222] trunk/Tools/BuildSlaveSupport/built-product-archive
Revision
219222
Author
[email protected]
Date
2017-07-06 15:50:30 -0700 (Thu, 06 Jul 2017)

Log Message

Update help text.

Modified Paths


Diff

Modified: trunk/Tools/BuildSlaveSupport/built-product-archive (219221 => 219222)


--- trunk/Tools/BuildSlaveSupport/built-product-archive	2017-07-06 22:09:11 UTC (rev 219221)
+++ trunk/Tools/BuildSlaveSupport/built-product-archive	2017-07-06 22:50:30 UTC (rev 219222)
@@ -43,7 +43,7 @@
     parser.add_option("--debug", action="" const="debug", dest="configuration")
     parser.add_option("--release", action="" const="release", dest="configuration")
     parser.add_option("--minify", action="" dest="minify", default=False,
-                      help="Create a minified archive")
+                      help="Create a minified archive by removing files that are not necessary for running applications against the built product, at the cost of complicating debugging.")
                       
     options, (action, ) = parser.parse_args()
     if not options.platform:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to