Fix a typo in the help of clangd
authorSylvestre Ledru <sylvestre@debian.org>
Tue, 25 Sep 2018 10:36:57 +0000 (10:36 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 25 Sep 2018 10:36:57 +0000 (10:36 +0000)
llvm-svn: 342960

clang-tools-extra/clangd/tool/ClangdMain.cpp

index b683943..64a9312 100644 (file)
@@ -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/");