Index: third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py b/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py |
index 07a4e64d2a68632f5f44127b13b20fdb3b1d47fb..02db4fb2c6e82c2cde2a489d87e3f5d1138f59ee 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py |
@@ -92,9 +92,9 @@ class PerfTestsRunner(object): |
optparse.make_option("--build-number", |
help=("The build number of the builder running this script.")), |
optparse.make_option("--build", dest="build", action="store_true", default=True, |
- help="Check to ensure the DumpRenderTree build is up-to-date (default)."), |
+ help="Check to ensure the DumpRenderTree build is up to date (default)."), |
optparse.make_option("--no-build", dest="build", action="store_false", |
- help="Don't check to see if the DumpRenderTree build is up-to-date."), |
+ help="Don't check to see if the DumpRenderTree build is up to date."), |
optparse.make_option("--build-directory", |
help="Path to the directory under which build files are kept (should not include configuration)"), |
optparse.make_option("--time-out-ms", default=600 * 1000, |