Skip to content

Commit

Permalink
fix(@formatjs/cli): remove mention of --messages-dir from help message,
Browse files Browse the repository at this point in the history
fix #1899
  • Loading branch information
longlho committed Jul 30, 2020
1 parent e05a6db commit 0e40dab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/cli/src/cli.ts
Expand Up @@ -39,8 +39,7 @@ async function main(argv: string[]) {
'--out-file <path>',
[
'The target file path where the plugin will output an aggregated `.json` file of all',
'the translations from the `files` supplied.\n',
'This flag will ignore --messages-dir',
'the translations from the `files` supplied.',
].join('')
)
.option(
Expand Down

0 comments on commit 0e40dab

Please sign in to comment.