diff options
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r-- | python/servo/testing_commands.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 4346fe6b7f6..66785e30abe 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -267,7 +267,8 @@ class MachCommands(CommandBase): description='Run the source code tidiness check', category='testing') @CommandArgument('--faster', default=False, action="store_true", - help="Only check changed files and skip the WPT lint in tidy") + help="Only check changed files and skip the WPT lint in tidy, " + "if there are no changes in the WPT files") @CommandArgument('--no-progress', default=False, action="store_true", help="Don't show progress for tidy") def test_tidy(self, faster, no_progress): |