| Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/optimize_baselines.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/optimize_baselines.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/optimize_baselines.py
|
| index 4b0b7710806811348ec0792b56d8b7cf8c8d463e..4d57b00e3c770d1ad39ae13ff65d4ddaa9461243 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/optimize_baselines.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/optimize_baselines.py
|
| @@ -14,13 +14,14 @@ _log = logging.getLogger(__name__)
|
|
|
| class OptimizeBaselines(AbstractRebaseliningCommand):
|
| name = 'optimize-baselines'
|
| - help_text = 'Reshuffles the baselines for the given tests to use as litte space on disk as possible.'
|
| + help_text = 'Reshuffles the baselines for the given tests to use as little space on disk as possible.'
|
| show_in_main_help = True
|
| argument_names = 'TEST_NAMES'
|
|
|
| def __init__(self):
|
| super(OptimizeBaselines, self).__init__(options=[
|
| self.suffixes_option,
|
| + self.port_name_option,
|
| ] + self.platform_options)
|
|
|
| def _optimize_baseline(self, optimizer, test_name):
|
|
|