Skip to content

Commit 9dba4f8

Browse files
authored
chore: naming (#711)
1 parent e7d6de8 commit 9dba4f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/pgls_cli/src/cli_options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pub struct CliOptions {
4444
#[bpaf(long("no-errors-on-unmatched"), switch)]
4545
pub no_errors_on_unmatched: bool,
4646

47-
/// Tell Postgres Tools to exit with an error code if some diagnostics emit warnings.
47+
/// Tell Postgres Language Server to exit with an error code if some diagnostics emit warnings.
4848
#[bpaf(long("error-on-warnings"), switch)]
4949
pub error_on_warnings: bool,
5050

0 commit comments

Comments
 (0)