Skip to content

Commit 9450668

Browse files
committed
fixed help text
1 parent 184ed14 commit 9450668

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Command/TranslationPullCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ protected function configure()
8181
8282
Full example:
8383
84-
<info>php %command.full_name% provider --force --domains=messages,validators --locales=en</>
84+
<info>php %command.full_name% provider --force --domains=messages --domains=validators --locales=en</>
8585
8686
This command pulls all translations associated with the <comment>messages</> and <comment>validators</> domains for the <comment>en</> locale.
8787
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.

Command/TranslationPushCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ protected function configure()
7979
8080
Full example:
8181
82-
<info>php %command.full_name% provider --force --delete-missing --domains=messages,validators --locales=en</>
82+
<info>php %command.full_name% provider --force --delete-missing --domains=messages --domains=validators --locales=en</>
8383
8484
This command pushes all translations associated with the <comment>messages</> and <comment>validators</> domains for the <comment>en</> locale.
8585
Provider translations for the specified domains and locale are deleted if they're not present locally and overwritten if it's the case.

0 commit comments

Comments
 (0)