From a96983984564630ccdfd600c74b121fafe5baab8 Mon Sep 17 00:00:00 2001 From: mitchell amihod <4623+meeech@users.noreply.github.com> Date: Thu, 19 Feb 2026 19:21:18 -0500 Subject: [PATCH] fix(audit): help text for --ignore-registry-errors was missing a "not" (#10656) Signed-off-by: meeech <4623+meeech@users.noreply.github.com> --- .changeset/rich-days-bow.md | 5 +++++ lockfile/plugin-commands-audit/src/audit.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/rich-days-bow.md diff --git a/.changeset/rich-days-bow.md b/.changeset/rich-days-bow.md new file mode 100644 index 0000000000..8512a8c0f6 --- /dev/null +++ b/.changeset/rich-days-bow.md @@ -0,0 +1,5 @@ +--- +"@pnpm/plugin-commands-audit": patch +--- + +fixed help text for audit --ignore-registry-errors diff --git a/lockfile/plugin-commands-audit/src/audit.ts b/lockfile/plugin-commands-audit/src/audit.ts index 0975a12dc2..cf08afddea 100644 --- a/lockfile/plugin-commands-audit/src/audit.ts +++ b/lockfile/plugin-commands-audit/src/audit.ts @@ -103,7 +103,7 @@ export function help (): string { name: '--no-optional', }, { - description: 'Use exit code 0 if the registry responds with an error. Useful when audit checks are used in CI. A build should fail because the registry has issues.', + description: 'Use exit code 0 if the registry responds with an error. Useful when audit checks are used in CI. A build should not fail because the registry has issues.', name: '--ignore-registry-errors', }, {