forked from OSchip/llvm-project
[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:
parent
152e3c98ac
commit
0ef813fa83
|
@ -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));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue