Skip to content

Commit

Permalink
Merge pull request #13483 from snitin315/reset-description
Browse files Browse the repository at this point in the history
improve description for reset type flags
  • Loading branch information
sokra committed Jun 18, 2021
2 parents 28d8e4e + 6edeac3 commit 93b96c1
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 113 deletions.
2 changes: 1 addition & 1 deletion lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const getArguments = (schema = webpackSchema) => {
{
type: "reset",
multiple: false,
description: `Clear all items provided in configuration. ${description}`,
description: `Clear all items provided in '${schemaPath}' configuration. ${description}`,
path: schemaPath
}
],
Expand Down

0 comments on commit 93b96c1

Please sign in to comment.