diff options
author | Daniel Jasper <djasper@google.com> | 2013-04-17 07:55:02 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-04-17 07:55:02 +0000 |
commit | a50b57862b99bdd7d056014f429a809647257c8b (patch) | |
tree | b5e6068cf1bdd361f1b789b1fe5ab8973a4bdc73 /tools/clang-format/clang-format-diff.py | |
parent | e68d9e08152bd246aa1d7da02a67efea81112707 (diff) |
Small improvements to clang-format documentation and integration
scripts.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179676 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/clang-format/clang-format-diff.py')
-rwxr-xr-x | tools/clang-format/clang-format-diff.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/clang-format/clang-format-diff.py b/tools/clang-format/clang-format-diff.py index afed40fc92..68b5113d92 100755 --- a/tools/clang-format/clang-format-diff.py +++ b/tools/clang-format/clang-format-diff.py @@ -85,7 +85,8 @@ def main(): 'Reformat changed lines in diff') parser.add_argument('-p', default=1, help='strip the smallest prefix containing P slashes') - parser.add_argument('-style', help='formatting style to apply (LLVM, Google)') + parser.add_argument('-style', + help='formatting style to apply (LLVM, Google, Chromium)') args = parser.parse_args() filename = None |