summaryrefslogtreecommitdiff
path: root/clang-tools-extra
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2018-09-25 10:36:57 +0000
committerSylvestre Ledru <sylvestre@debian.org>2018-09-25 10:36:57 +0000
commitc2ea7a22897df47274fb289715b2f0df0decd17a (patch)
tree3886e51fdb95bf21371e8b5bd3e5adbe842e5bf1 /clang-tools-extra
parent3618beac0cda1ef031a1490d41ad957ee6eedb29 (diff)
Fix a typo in the help of clangd
Diffstat (limited to 'clang-tools-extra')
-rw-r--r--clang-tools-extra/clangd/tool/ClangdMain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clangd/tool/ClangdMain.cpp b/clang-tools-extra/clangd/tool/ClangdMain.cpp
index b6839431c73..64a93126524 100644
--- a/clang-tools-extra/clangd/tool/ClangdMain.cpp
+++ b/clang-tools-extra/clangd/tool/ClangdMain.cpp
@@ -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/");