Skip to content

Commit 1a2c041

Browse files
committed
Use <info> for options in command description
1 parent 11a5ef8 commit 1a2c041

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Command/TranslationExtractCommand.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)