[clangd] NFC: Cleanup clangd help message
authorKirill Bobyrev <kbobyrev.opensource@gmail.com>
Tue, 14 Aug 2018 12:00:39 +0000 (12:00 +0000)
committerKirill Bobyrev <kbobyrev.opensource@gmail.com>
Tue, 14 Aug 2018 12:00:39 +0000 (12:00 +0000)
Add missed space, fix a typo.

Reviewed by: ioeric

Differential Revision: https://reviews.llvm.org/D50702

llvm-svn: 339673

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

index 9e161f5..04a7358 100644 (file)
@@ -147,7 +147,7 @@ static llvm::cl::opt<Path> InputMirrorFile(
 static llvm::cl::opt<bool> EnableIndex(
     "index",
     llvm::cl::desc("Enable index-based features such as global code completion "
-                   "and searching for symbols."
+                   "and searching for symbols. "
                    "Clang uses an index built from symbols in opened files"),
     llvm::cl::init(true));
 
@@ -160,7 +160,7 @@ static llvm::cl::opt<bool>
 static llvm::cl::opt<bool> HeaderInsertionDecorators(
     "header-insertion-decorators",
     llvm::cl::desc("Prepend a circular dot or space before the completion "
-                   "label, depending on wether "
+                   "label, depending on whether "
                    "an include line will be inserted or not."),
     llvm::cl::init(true));