[clang] 152e83f - clang-format: fix a typo introduced by the previous change
Sylvestre Ledru via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 11 12:52:20 PST 2019
Author: Sylvestre Ledru
Date: 2019-11-11T21:52:08+01:00
New Revision: 152e83fc59af7d255df10c0f56c8fbb14dc1dea2
URL: https://github.com/llvm/llvm-project/commit/152e83fc59af7d255df10c0f56c8fbb14dc1dea2
DIFF: https://github.com/llvm/llvm-project/commit/152e83fc59af7d255df10c0f56c8fbb14dc1dea2.diff
LOG: clang-format: fix a typo introduced by the previous change
Added:
Modified:
clang/docs/ClangFormat.rst
Removed:
################################################################################
diff --git a/clang/docs/ClangFormat.rst b/clang/docs/ClangFormat.rst
index 73dbe509efbe..7fe050ec9e29 100644
--- a/clang/docs/ClangFormat.rst
+++ b/clang/docs/ClangFormat.rst
@@ -83,7 +83,7 @@ to format C/C++/Java/JavaScript/Objective-C/Protobuf/C# code.
Generic Options:
--help - Display available options (--help-hidden for more)
- --help-list - Display list of available options (--help-list-hidden for moOAre)
+ --help-list - Display list of available options (--help-list-hidden for more)
--version - Display the version of this program
More information about the cfe-commits
mailing list