Skip to content

Commit

Permalink
fix: update usage info for migrate command (#2213)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Dec 8, 2020
1 parent 99e2fbb commit fd8f3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack-cli/lib/utils/cli-flags.js
Expand Up @@ -32,7 +32,7 @@ const commands = [
name: 'migrate',
alias: 'm',
type: String,
usage: 'migrate',
usage: 'migrate <path-to-config> [output-path]',
description: 'Migrate a configuration to a new version',
},
{
Expand Down

0 comments on commit fd8f3d5

Please sign in to comment.