diff --git a/src/Drupal/Commands/core/LocaleCommands.php b/src/Drupal/Commands/core/LocaleCommands.php index 7ceb20954b..c6c85f4174 100644 --- a/src/Drupal/Commands/core/LocaleCommands.php +++ b/src/Drupal/Commands/core/LocaleCommands.php @@ -174,7 +174,7 @@ public function update($options = ['langcodes' => self::REQ]) * Import the Dutch drupal core translation. * @usage drush locale-import nl custom-translations.po --type=custom --override=all * Import customized Dutch translations and override any existing translation. - * @aliases locale-export + * @aliases locale-import * @throws \Exception */ public function import($langcode, $file, $options = ['type' => self::OPT, 'override' => self::OPT])