[clang] d40afad - [git-clang-format] Fix typo in help message
Jim Lin via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 2 02:12:51 PST 2020
Author: Jim Lin
Date: 2020-03-02T18:16:35+08:00
New Revision: d40afadec0acd5f093a5f46fa2362312aef54189
URL: https://github.com/llvm/llvm-project/commit/d40afadec0acd5f093a5f46fa2362312aef54189
DIFF: https://github.com/llvm/llvm-project/commit/d40afadec0acd5f093a5f46fa2362312aef54189.diff
LOG: [git-clang-format] Fix typo in help message
Added:
Modified:
clang/tools/clang-format/git-clang-format
Removed:
################################################################################
diff --git a/clang/tools/clang-format/git-clang-format b/clang/tools/clang-format/git-clang-format
index bf05d9143fa1..abbe3b7b97c6 100755
--- a/clang/tools/clang-format/git-clang-format
+++ b/clang/tools/clang-format/git-clang-format
@@ -45,7 +45,7 @@ second <commit> that
diff er from the first <commit>.
The following git-config settings set the default of the corresponding option:
clangFormat.binary
clangFormat.commit
- clangFormat.extension
+ clangFormat.extensions
clangFormat.style
'''
More information about the cfe-commits
mailing list