Merge remote-tracking branch 'origin/master' into d3d12

This commit is contained in:
gibbed
2019-07-18 12:33:52 -05:00
2 changed files with 6 additions and 3 deletions

View File

@@ -1370,7 +1370,7 @@ class TidyCommand(Command):
super(TidyCommand, self).__init__(
subparsers,
name='tidy',
help_short='Runs the clang-tiday checker on all code.',
help_short='Runs the clang-tidy checker on all code.',
*args, **kwargs)
self.parser.add_argument(
'--fix', action='store_true',