[clangd] NFC: Cleanup clangd help message

Add missed space, fix a typo.

Reviewed by: ioeric

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

llvm-svn: 339673
This commit is contained in:
Kirill Bobyrev 2018-08-14 12:00:39 +00:00
parent 152e3c98ac
commit 0ef813fa83
1 changed files with 2 additions and 2 deletions

View 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));