Skip to content

Commit 2492ca8

Browse files
committed
Use <info> for options in command description
1 parent b2b1395 commit 2492ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/ServerDumpCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ protected function configure(): void
6363
6464
<info>php %command.full_name%</info>
6565
66-
You can consult dumped data in HTML format in your browser by providing the <comment>--format=html</comment> option
66+
You can consult dumped data in HTML format in your browser by providing the <info>--format=html</info> option
6767
and redirecting the output to a file:
6868
6969
<info>php %command.full_name% --format="html" > dump.html</info>

0 commit comments

Comments
 (0)