8000 minor #48672 [FrameworkBundle] fix: fix typo about help (jeremyFreeAg… · symfony/symfony@48f0f63 · GitHub
[go: up one dir, main page]

Skip to content

Commit 48f0f63

Browse files
committed
minor #48672 [FrameworkBundle] fix: fix typo about help (jeremyFreeAgent)
This PR was submitted for the 6.3 branch but it was merged into the 5.4 branch instead. Discussion ---------- [FrameworkBundle] fix: fix typo about help | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | I didn't saw that help message was elsewhere 😞. `@see` #48646 Commits ------- 1c44de7 [FrameworkBundle] fix: fix typo about help
2 parents 5069489 + 1c44de7 commit 48f0f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/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)
0