[clang-tools-extra] r342960 - Fix a typo in the help of clangd
Sylvestre Ledru via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 25 03:36:57 PDT 2018
Author: sylvestre
Date: Tue Sep 25 03:36:57 2018
New Revision: 342960
URL: http://llvm.org/viewvc/llvm-project?rev=342960&view=rev
Log:
Fix a typo in the help of clangd
Modified:
clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp
Modified: clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp?rev=342960&r1=342959&r2=342960&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp (original)
+++ clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp Tue Sep 25 03:36:57 2018
@@ -184,7 +184,7 @@ int main(int argc, char *argv[]) {
llvm::cl::ParseCommandLineOptions(
argc, argv,
"clangd is a language server that provides IDE-like features to editors. "
- "\n\nIt should be used via an editor plugin rather than invoked directly."
+ "\n\nIt should be used via an editor plugin rather than invoked directly. "
"For more information, see:"
"\n\thttps://clang.llvm.org/extra/clangd.html"
"\n\thttps://microsoft.github.io/language-server-protocol/");
More information about the cfe-commits
mailing list