Skip to content

Commit 3e1ca14

Browse files
authored
chore: naming (#714)
1 parent 9eeaf88 commit 3e1ca14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/pgls_cli/src/commands

crates/pgls_cli/src/commands/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub(crate) mod version;
2020
#[derive(Debug, Clone, Bpaf)]
2121
#[bpaf(options, version(VERSION))]
2222
#[allow(clippy::large_enum_variant)]
23-
/// Postgres Tools official CLI. Use it to check the health of your project or run it to check single files.
23+
/// Postgres Language Server official CLI. Use it to check the health of your project or run it to check single files.
2424
pub enum PgLSCommand {
2525
/// Shows the version information and quit.
2626
#[bpaf(command)]

0 commit comments

Comments
 (0)