From f1a08f6689306be97438fb692a357af84e4e7a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Steinr=C3=B6tter?= Date: Sat, 7 Mar 2026 15:56:39 +0100 Subject: [PATCH] chore: naming --- crates/pgls_cli/src/commands/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/pgls_cli/src/commands/mod.rs b/crates/pgls_cli/src/commands/mod.rs index af041e8d2..e22b80786 100644 --- a/crates/pgls_cli/src/commands/mod.rs +++ b/crates/pgls_cli/src/commands/mod.rs @@ -20,7 +20,7 @@ pub(crate) mod version; #[derive(Debug, Clone, Bpaf)] #[bpaf(options, version(VERSION))] #[allow(clippy::large_enum_variant)] -/// Postgres Tools official CLI. Use it to check the health of your project or run it to check single files. +/// Postgres Language Server official CLI. Use it to check the health of your project or run it to check single files. pub enum PgLSCommand { /// Shows the version information and quit. #[bpaf(command)]