From b412b3760d7b7a32cf7c1f6b3f1910f8df35b544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= Date: Tue, 5 Dec 2023 09:13:45 +0100 Subject: [PATCH] Tell correct syntax to call bear in manual (#5718) Since Bear 3.0 (releasedin 2020) the call needs an additional "--". --- man/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/manual.md b/man/manual.md index 298a51749..819760925 100644 --- a/man/manual.md +++ b/man/manual.md @@ -321,7 +321,7 @@ If you can generate a compile database, then it is possible to import that in Cp In Linux you can use for instance the `bear` (build ear) utility to generate a compile database from arbitrary build tools: - bear make + bear -- make # Preprocessor Settings