Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types.py |
index 2756dc5f804677923b528958e053d8662bcf1bf2..a84e2e81f84b6f283f832a4955d30f600030d5b6 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types.py |
@@ -36,8 +36,7 @@ def main(host, argv): |
parser = optparse.OptionParser() |
parser.add_option('--test-list', action='append') |
- parser.add_option('--type', action='append', |
- help='limit to tests of type X (valid values %s)' % port.ALL_TEST_TYPES) |
+ parser.add_option('--type', action='append', help='limit to tests of type X (valid values %s)' % port.ALL_TEST_TYPES) |
options, args = parser.parse_args(argv) |
finder = layout_test_finder.LayoutTestFinder(port, options) |