Skip to content

Commit

Permalink
chore(cli): change description of name flag
Browse files Browse the repository at this point in the history
  • Loading branch information
knagaitsev committed Jul 7, 2020
1 parent f7fc569 commit 5d0c8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli-flags.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ module.exports = {
{
name: 'name',
type: String,
describe: 'Name or index of webpack config to get devServer config from',
describe: 'Name of webpack config to get devServer config from',
},
],
};

0 comments on commit 5d0c8b6

Please sign in to comment.