Skip to content

Commit 4ee8665

Browse files
authored
fix: better description for --no-watch-options-stdin (#2288)
1 parent 70b2632 commit 4ee8665

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/webpack-cli/lib/utils/cli-flags.js

+1
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ const builtInFlags = [
182182
type: Boolean,
183183
negative: true,
184184
description: 'Stop watching when stdin stream has ended.',
185+
negatedDescription: 'Do not stop watching when stdin stream has ended.',
185186
},
186187
];
187188

0 commit comments

Comments
 (0)