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.
2 parents e1fb911 + ab8f625 commit c660d03Copy full SHA for c660d03
app/code/Magento/Deploy/Console/DeployStaticOptions.php
@@ -240,7 +240,7 @@ private function getBasicOptions()
240
new InputArgument(
241
self::LANGUAGES_ARGUMENT,
242
InputArgument::IS_ARRAY,
243
- 'Space-separated list of ISO-636 language codes for which to output static view files.'
+ 'Space-separated list of ISO-639 language codes for which to output static view files.'
244
),
245
];
246
}
0 commit comments