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)]