Skip to content

Commit ef9baef

Browse files
authored
fix param name for lint:translations
1 parent c4b1aaa commit ef9baef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,7 @@ to check that the translation contents are also correct:
14051405
$ php bin/console lint:translations
14061406
14071407
# checks the contents of the translation catalogues for Italian (it) and Japanese (ja) locales
1408-
$ php bin/console lint:translations --locales=it --locales=ja
1408+
$ php bin/console lint:translations --locale=it --locale=ja
14091409
14101410
.. versionadded:: 7.2
14111411

0 commit comments

Comments
 (0)