summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJeff Donahue <jeff.donahue@gmail.com>2014-02-26 00:41:19 -0800
committerJeff Donahue <jeff.donahue@gmail.com>2014-02-26 16:54:25 -0800
commit5fdf55c437f7f94948af7d361a80e5b3d6d22e63 (patch)
treeecb41446d2ac57d9d2afc28a0d40956f92e7f7e5 /scripts
parent1f1d82b068dc503641d47a8d0d6e1d2f59012b4d (diff)
downloadcaffeonacl-5fdf55c437f7f94948af7d361a80e5b3d6d22e63.tar.gz
caffeonacl-5fdf55c437f7f94948af7d361a80e5b3d6d22e63.tar.bz2
caffeonacl-5fdf55c437f7f94948af7d361a80e5b3d6d22e63.zip
make lint will not rerun if successful and no source files have been
changed; saves output to build/cpp_lint.log (or build/cpp_lint.error_log on failure)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/cpp_lint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cpp_lint.py b/scripts/cpp_lint.py
index 11bfefa8..f7898d8f 100755
--- a/scripts/cpp_lint.py
+++ b/scripts/cpp_lint.py
@@ -54,7 +54,7 @@ import unicodedata
_USAGE = """
-Syntax: cpplint.py [--verbose=#] [--output=vs7] [--filter=-x,+y,...]
+Syntax: cpp_lint.py [--verbose=#] [--output=vs7] [--filter=-x,+y,...]
[--counting=total|toplevel|detailed] [--root=subdir]
[--linelength=digits]
<file> [file] ...