fix: mistake in description of --reporter=silent

ref https://github.com/pnpm/pnpm.io/pull/658
This commit is contained in:
Zoltan Kochan
2025-04-23 21:13:51 +02:00
parent d9c73b4490
commit 7c7f0d6bf1
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
---
"@pnpm/common-cli-options-help": patch
"pnpm": patch
---
Fixed a mistake in the description of the `--reporter=silent` option.

View File

@@ -129,7 +129,7 @@ export const OUTPUT_OPTIONS = {
list: [
{
description: 'No output is logged to the console, except fatal errors',
description: 'No output is logged to the console, not even fatal errors',
name: '--silent, --reporter silent',
shortAlias: '-s',
},