fix(audit): help text for --ignore-registry-errors was missing a "not" (#10656)

Signed-off-by: meeech <4623+meeech@users.noreply.github.com>
This commit is contained in:
mitchell amihod
2026-02-19 19:21:18 -05:00
committed by GitHub
parent 315cae83f8
commit a969839845
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@pnpm/plugin-commands-audit": patch
---
fixed help text for audit --ignore-registry-errors

View File

@@ -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',
},
{