From 326cd670d44202f706af5446aa7aeec0e97cdc26 Mon Sep 17 00:00:00 2001 From: yoyo930021 Date: Sun, 28 Aug 2016 19:36:20 +0800 Subject: Need better description for mach subcommands #12402 2 --- python/servo/testing_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/servo/testing_commands.py') diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 12581dc780d..a915595056a 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -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): -- cgit v1.2.3