[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

@ -160,7 +160,7 @@ static llvm::cl::opt<bool>
static llvm::cl::opt<bool> HeaderInsertionDecorators( static llvm::cl::opt<bool> HeaderInsertionDecorators(
"header-insertion-decorators", "header-insertion-decorators",
llvm::cl::desc("Prepend a circular dot or space before the completion " 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."), "an include line will be inserted or not."),
llvm::cl::init(true)); llvm::cl::init(true));