File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ protected function configure(): void
8888 the new ones into the translation files.
8989
9090 When new translation strings are found it can automatically add a prefix to the translation
91- message. However, if the <comment >--no-fill</comment > option is used, the <comment >--prefix</comment >
91+ message. However, if the <info >--no-fill</info > option is used, the <info >--prefix</info >
9292 option has no effect, since the translation values are left empty.
9393
9494 Example running against a Bundle (AcmeBundle)
@@ -101,12 +101,12 @@ protected function configure(): void
101101 <info>php %command.full_name% --dump-messages en</info>
102102 <info>php %command.full_name% --force --prefix="new_" fr</info>
103103
104- You can sort the output with the <comment >--sort</> flag:
104+ You can sort the output with the <info >--sort</> flag:
105105
106106 <info>php %command.full_name% --dump-messages --sort=asc en AcmeBundle</info>
107107 <info>php %command.full_name% --force --sort=desc fr</info>
108108
109- You can dump a tree-like structure using the yaml format with <comment >--as-tree</> flag:
109+ You can dump a tree-like structure using the yaml format with <info >--as-tree</> flag:
110110
111111 <info>php %command.full_name% --force --format=yaml --as-tree=3 en AcmeBundle</info>
112112
You can’t perform that action at this time.
0 commit comments