diff --git a/setup/src/Magento/Setup/Console/Command/I18nPackCommand.php b/setup/src/Magento/Setup/Console/Command/I18nPackCommand.php index b75eff98e7e88fa5617d0ed2edba34f4427dd174..252ff161e27c7ce563bd2ebee54e6afb1a99d4b5 100644 --- a/setup/src/Magento/Setup/Console/Command/I18nPackCommand.php +++ b/setup/src/Magento/Setup/Console/Command/I18nPackCommand.php @@ -72,8 +72,8 @@ class I18nPackCommand extends Command self::INPUT_KEY_ALLOW_DUPLICATES, 'd', InputOption::VALUE_NONE, - 'Use the --allow-duplicates parameter to allow to save duplicates of translate.' . - ' Omit the parameter otherwise.' + 'Use the --allow-duplicates parameter to allow saving duplicates of translate.' . + ' Otherwise omit the parameter.' ), ]); }