Merge pull request #1400 from Margen67/fix-typo
Fix typo in xenia-build.
This commit is contained in:
commit
c1f5bf71d8
|
@ -1280,7 +1280,7 @@ class TidyCommand(Command):
|
||||||
super(TidyCommand, self).__init__(
|
super(TidyCommand, self).__init__(
|
||||||
subparsers,
|
subparsers,
|
||||||
name='tidy',
|
name='tidy',
|
||||||
help_short='Runs the clang-tiday checker on all code.',
|
help_short='Runs the clang-tidy checker on all code.',
|
||||||
*args, **kwargs)
|
*args, **kwargs)
|
||||||
self.parser.add_argument(
|
self.parser.add_argument(
|
||||||
'--fix', action='store_true',
|
'--fix', action='store_true',
|
||||||
|
|
Loading…
Reference in New Issue