diff options
-rw-r--r-- | clang-tools-extra/clangd/tool/ClangdMain.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/clangd/tool/ClangdMain.cpp b/clang-tools-extra/clangd/tool/ClangdMain.cpp index e83ac2f1ce5..69732ebff4f 100644 --- a/clang-tools-extra/clangd/tool/ClangdMain.cpp +++ b/clang-tools-extra/clangd/tool/ClangdMain.cpp @@ -203,9 +203,9 @@ static llvm::cl::opt<bool> EnableFunctionArgSnippets( static llvm::cl::opt<std::string> ClangTidyChecks( "clang-tidy-checks", - llvm::cl::desc("List of clang-tidy checks to run (this will overrides " + llvm::cl::desc("List of clang-tidy checks to run (this will override " ".clang-tidy files)"), - llvm::cl::init(""), llvm::cl::Hidden); + llvm::cl::init("")); static llvm::cl::opt<bool> SuggestMissingIncludes( "suggest-missing-includes", |