summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Bobyrev <kbobyrev.opensource@gmail.com>2018-08-14 12:00:39 +0000
committerKirill Bobyrev <kbobyrev.opensource@gmail.com>2018-08-14 12:00:39 +0000
commit0ef813fa83eb00aec13b42e8532b1461d2734d6c (patch)
tree79892b9d6717c330304bd0edcab238ef185b7f8c
parent152e3c98ac03d6d3f48c16257879d36bfea2ae35 (diff)
downloadbcm5719-llvm-0ef813fa83eb00aec13b42e8532b1461d2734d6c.tar.gz
bcm5719-llvm-0ef813fa83eb00aec13b42e8532b1461d2734d6c.zip
[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
-rw-r--r--clang-tools-extra/clangd/tool/ClangdMain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/clangd/tool/ClangdMain.cpp b/clang-tools-extra/clangd/tool/ClangdMain.cpp
index 9e161f5e850..04a7358aa83 100644
--- a/clang-tools-extra/clangd/tool/ClangdMain.cpp
+++ b/clang-tools-extra/clangd/tool/ClangdMain.cpp
@@ -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));
OpenPOWER on IntegriCloud