git: d729b07713 - main - Use Language Servers: Add missing -- for bear command

From: Li-Wen Hsu <lwhsu_at_FreeBSD.org>
Date: Thu, 09 Jun 2022 16:03:02 UTC
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/doc/commit/?id=d729b077135883ee71c6a8c40e95c3d8915d66f3

commit d729b077135883ee71c6a8c40e95c3d8915d66f3
Author:     Yan Ka Chiu <nyan@myuji.xyz>
AuthorDate: 2022-06-09 16:00:27 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-06-09 16:02:54 +0000

    Use Language Servers: Add missing -- for bear command
    
    Pull Request:   https://github.com/freebsd/freebsd-doc/pull/76
---
 documentation/content/en/articles/freebsd-src-lsp/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.