diff options
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r-- | python/servo/testing_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 1ee8411cb0f..2530fee7073 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -175,7 +175,7 @@ class MachCommands(CommandBase): category='testing') @CommandArgument('--base', default=None, help="the base URL for testcases") - @CommandArgument('-submit', '-a', default=False, action="store_true", + @CommandArgument('--submit', '-a', default=False, action="store_true", help="submit the data to perfherder") def test_perf(self, base=None, submit=False): self.set_software_rendering_env(True) |