mirror of
https://github.com/xenia-project/xenia.git
synced 2024-11-27 05:20:37 +00:00
Fix typo in xenia-build
This commit is contained in:
parent
c213f7d7a3
commit
efdc78ee22
@ -1280,7 +1280,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',
|
||||
|
Loading…
Reference in New Issue
Block a user