mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-19 20:38:51 -05:00
fix: mistake in description of --reporter=silent
ref https://github.com/pnpm/pnpm.io/pull/658
This commit is contained in:
6
.changeset/quiet-steaks-press.md
Normal file
6
.changeset/quiet-steaks-press.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"@pnpm/common-cli-options-help": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Fixed a mistake in the description of the `--reporter=silent` option.
|
||||
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user