Skip to content

Commit ec92f91

Browse files
jeremyFreeAgentfabpot
authored andcommitted
[FrameworkBundle] fix: fix typo about help
1 parent c65b5fd commit ec92f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/ConfigDumpReferenceCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
9999

100100
$errorIo->comment([
101101
'Provide the name of a bundle as the first argument of this command to dump its default configuration. (e.g. <comment>config:dump-reference FrameworkBundle</comment>)',
102-
'For dumping a specific option, add its path as the second argument of this command. (e.g. <comment>config:dump-reference FrameworkBundle profiler.matcher</comment> to dump the <comment>framework.profiler.matcher</comment> configuration)',
102+
'For dumping a specific option, add its path as the second argument of this command. (e.g. <comment>config:dump-reference FrameworkBundle http_client.default_options</comment> to dump the <comment>framework.http_client.default_options</comment> configuration)',
103103
]);
104104

105105
return 0;

0 commit comments

Comments
 (0)