aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/testing_commands.py
diff options
context:
space:
mode:
authoryoyo930021 <yoyo930021@gmail.com>2016-08-28 21:00:46 +0800
committeryoyo930021 <yoyo930021@gmail.com>2016-08-28 21:00:46 +0800
commit1acded3f8510f15c125d9fef51799e17ad853f2b (patch)
tree2cf02f2bec6db97320c83d670ab4c040efdca2a2 /python/servo/testing_commands.py
parent37eb05dc61a973aa84bdbffa408fec40679b4ed6 (diff)
downloadservo-1acded3f8510f15c125d9fef51799e17ad853f2b.tar.gz
servo-1acded3f8510f15c125d9fef51799e17ad853f2b.zip
Need better description for mach subcommands #12402 6
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r--python/servo/testing_commands.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py
index f3963b026a1..97bf8635190 100644
--- a/python/servo/testing_commands.py
+++ b/python/servo/testing_commands.py
@@ -403,7 +403,7 @@ class MachCommands(CommandBase):
return run_globals["run_tests"](**kwargs)
@Command('update-manifest',
- description='run test-wpt --manifest-update SKIP_TESTS to regenerate MANIFEST.json',
+ description='Run test-wpt --manifest-update SKIP_TESTS to regenerate MANIFEST.json',
category='testing',
parser=create_parser_wpt)
def update_manifest(self, **kwargs):
@@ -494,7 +494,7 @@ class MachCommands(CommandBase):
return run_globals["update_tests"](**kwargs)
@Command('compare_dromaeo',
- description='compare outputs of two runs of ./mach test-dromaeo command',
+ description='Compare outputs of two runs of ./mach test-dromaeo command',
category='testing')
@CommandArgument('params', default=None, nargs="...",
help=" filepaths of output files of two runs of dromaeo test ")