Skip to content

Commit

Permalink
fix: better description for --no-watch-options-stdin (#2288)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jan 3, 2021
1 parent 70b2632 commit 4ee8665
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/webpack-cli/lib/utils/cli-flags.js
Expand Up @@ -182,6 +182,7 @@ const builtInFlags = [
type: Boolean,
negative: true,
description: 'Stop watching when stdin stream has ended.',
negatedDescription: 'Do not stop watching when stdin stream has ended.',
},
];

Expand Down

0 comments on commit 4ee8665

Please sign in to comment.