@@ -736,12 +736,12 @@ now use the following commands to push (upload) and pull (download) translations
736736 # push new local translations to the Loco provider for the French locale
737737 # and the validators domain.
738738 # it will **not** update existing translations already on the provider.
739- $ php bin/console translation:push loco --locales fr --domain validators
739+ $ php bin/console translation:push loco --locales fr --domains validators
740740
741741 # push new local translations and delete provider's translations that not
742742 # exists anymore in local files for the French locale and the validators domain.
743743 # it will **not** update existing translations already on the provider.
744- $ php bin/console translation:push loco --delete-missing --locales fr --domain validators
744+ $ php bin/console translation:push loco --delete-missing --locales fr --domains validators
745745
746746 # check out the command help to see its options (format, domains, locales, etc.)
747747 $ php bin/console translation:push --help
@@ -756,7 +756,7 @@ now use the following commands to push (upload) and pull (download) translations
756756 # pull new translations from the Loco provider to local files for the French
757757 # locale and the validators domain.
758758 # it will **not** overwrite your local files, only add new translations.
759- $ php bin/console translation:pull loco --locales fr --domain validators
759+ $ php bin/console translation:pull loco --locales fr --domains validators
760760
761761 # check out the command help to see its options (format, domains, locales, intl-icu, etc.)
762762 $ php bin/console translation:pull --help