Skip to content

Commit

Permalink
Fix typo in argument help
Browse files Browse the repository at this point in the history
Should be "analysis on" instead of "analysison"
  • Loading branch information
vegerot authored and ObiWahn committed Dec 2, 2019
1 parent 852dc96 commit 0fa6a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def ParseArguments():
help = "Don't build the regex module" )
parser.add_argument( '--clang-tidy',
action = 'store_true',
help = 'For developers: Run clang-tidy static analysis'
help = 'For developers: Run clang-tidy static analysis '
'on the ycm_core code itself.' )
parser.add_argument( '--core-tests', nargs = '?', const = '*',
help = 'Run core tests and optionally filter them.' )
Expand Down

0 comments on commit 0fa6a12

Please sign in to comment.