Need better description for mach subcommands #12402 2

This commit is contained in:
yoyo930021 2016-08-28 19:36:20 +08:00
parent b39d4a6542
commit 326cd670d4

View file

@ -351,7 +351,7 @@ class MachCommands(CommandBase):
], env=self.build_env())
@Command('test-wpt',
description='Run the web platform tests that the regular test suite',
description='Run the regular web platform test suite',
category='testing',
parser=create_parser_wpt)
def test_wpt(self, **kwargs):