aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYan Ka Chiu <nyan@myuji.xyz>2022-06-09 16:00:27 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2022-06-09 16:02:54 +0000
commitd729b077135883ee71c6a8c40e95c3d8915d66f3 (patch)
treea1e1e2bf8fe4791e63c25b093d5847ded554f886
parentd5ac06ce8bc6f06bc489a74aea931323d4878c82 (diff)
downloaddoc-d729b07713.tar.gz
doc-d729b07713.zip
Use Language Servers: Add missing -- for bear command
-rw-r--r--documentation/content/en/articles/freebsd-src-lsp/_index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/articles/freebsd-src-lsp/_index.adoc b/documentation/content/en/articles/freebsd-src-lsp/_index.adoc
index 87286645a7..8b6647833f 100644
--- a/documentation/content/en/articles/freebsd-src-lsp/_index.adoc
+++ b/documentation/content/en/articles/freebsd-src-lsp/_index.adoc
@@ -255,7 +255,7 @@ In the top-level directory of the FreeBSD src tree, to generate compilation data
[source,shell]
....
-# bear --append make buildworld buildkernel -j`sysctl -n hw.ncpu`
+# bear --append -- make buildworld buildkernel -j`sysctl -n hw.ncpu`
....
The `--append` flag tells `bear` to read an existing compilation database if it is present, and append the results to the database.