Fixed typo in verify-flags-underscore

pull/6/head
Maciej Szulik 2015-08-26 13:29:10 +02:00
parent 4caa5e80b1
commit 7edb1afad6
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ def main():
if len(bad_lines) != 0:
if not args.skip_exceptions:
print("Found illegal 'flag' usage. If these are false positives you should running `hack/verify-flags-underscore.py -e > hack/verify-flags/exceptions.txt` to update the list.")
print("Found illegal 'flag' usage. If these are false positives you should run `hack/verify-flags-underscore.py -e > hack/verify-flags/exceptions.txt` to update the list.")
bad_lines.sort()
for (relname, line) in bad_lines:
print("%s:%s" % (relname, line))