From 0559c76f85810d0060177a99fede35a577370d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Steinr=C3=B6tter?= Date: Sat, 7 Mar 2026 15:54:26 +0100 Subject: [PATCH] chore: naming --- crates/pgls_cli/src/cli_options.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/pgls_cli/src/cli_options.rs b/crates/pgls_cli/src/cli_options.rs index 6c795ba27..43cab28a6 100644 --- a/crates/pgls_cli/src/cli_options.rs +++ b/crates/pgls_cli/src/cli_options.rs @@ -44,7 +44,7 @@ pub struct CliOptions { #[bpaf(long("no-errors-on-unmatched"), switch)] pub no_errors_on_unmatched: bool, - /// Tell Postgres Tools to exit with an error code if some diagnostics emit warnings. + /// Tell Postgres Language Server to exit with an error code if some diagnostics emit warnings. #[bpaf(long("error-on-warnings"), switch)] pub error_on_warnings: bool,