From 29bed897f4deee32670462620b54e493411c7e30 Mon Sep 17 00:00:00 2001 From: Christopher Peterson Sauer Date: Tue, 24 Jan 2023 17:53:24 -0800 Subject: [PATCH] Fix my typo on --file= discoverable docs --- refresh_compile_commands.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refresh_compile_commands.bzl b/refresh_compile_commands.bzl index ee9c8ba..51b576b 100644 --- a/refresh_compile_commands.bzl +++ b/refresh_compile_commands.bzl @@ -50,7 +50,7 @@ refresh_compile_commands( # Still not fast enough? # Make sure you're specifying just the targets you care about by setting `targets`, above. # That's still not enough; I'm working on a huge codebase! - # This tool supports a fast, incremental mode that can be used to add/update commands as individual files are opened. If you'd be willing to collaborate on writing a simple editor plugin invokes this editor on open, please write in! (And see --file flag in refresh.template.py) + # This tool supports a fast, incremental mode that can be used to add/update commands as individual files are opened. If you'd be willing to collaborate on writing a simple editor plugin invokes this tool on file open, please write in! (And see --file flag in refresh.template.py) ``` """