We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a40d6e commit 3ad65b2Copy full SHA for 3ad65b2
app/code/Magento/Translation/Console/Command/UninstallLanguageCommand.php
@@ -93,7 +93,7 @@ protected function configure()
93
new InputArgument(
94
self::PACKAGE_ARGUMENT,
95
InputArgument::IS_ARRAY | InputArgument::REQUIRED,
96
- 'Language code'
+ 'Language package name'
97
),
98
new InputOption(
99
self::BACKUP_CODE_OPTION,
0 commit comments