From 0e40dab9ceafc428a144a6ef70acb85110571645 Mon Sep 17 00:00:00 2001 From: Long Ho Date: Thu, 30 Jul 2020 10:40:37 -0400 Subject: [PATCH] fix(@formatjs/cli): remove mention of --messages-dir from help message, fix #1899 --- packages/cli/src/cli.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/cli/src/cli.ts b/packages/cli/src/cli.ts index a82c75258c..46f6125194 100644 --- a/packages/cli/src/cli.ts +++ b/packages/cli/src/cli.ts @@ -39,8 +39,7 @@ async function main(argv: string[]) { '--out-file ', [ '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(