diff --git a/Command/TranslationPullCommand.php b/Command/TranslationPullCommand.php index 7d9da1c0..42513a8a 100644 --- a/Command/TranslationPullCommand.php +++ b/Command/TranslationPullCommand.php @@ -110,7 +110,7 @@ protected function configure() Full example: - php %command.full_name% provider --force --domains=messages,validators --locales=en + php %command.full_name% provider --force --domains=messages --domains=validators --locales=en This command pulls all translations associated with the messages and validators domains for the en locale. Local translations for the specified domains and locale are deleted if they're not present on the provider and overwritten if it's the case. diff --git a/Command/TranslationPushCommand.php b/Command/TranslationPushCommand.php index 9654ec6a..dba21643 100644 --- a/Command/TranslationPushCommand.php +++ b/Command/TranslationPushCommand.php @@ -102,7 +102,7 @@ protected function configure() Full example: - php %command.full_name% provider --force --delete-missing --domains=messages,validators --locales=en + php %command.full_name% provider --force --delete-missing --domains=messages --domains=validators --locales=en This command pushes all translations associated with the messages and validators domains for the en locale. Provider translations for the specified domains and locale are deleted if they're not present locally and overwritten if it's the case.