mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
N°6002 - Update Symfony libs to 5.4.19
This commit is contained in:
@@ -69,7 +69,7 @@ When the option is not provided, <comment>yaml</comment> is used.
|
||||
|
||||
For dumping a specific option, add its path as second argument (only available for the yaml format):
|
||||
|
||||
<info>php %command.full_name% framework profiler.matcher</info>
|
||||
<info>php %command.full_name% framework http_client.default_options</info>
|
||||
|
||||
EOF
|
||||
)
|
||||
@@ -99,7 +99,7 @@ EOF
|
||||
|
||||
$errorIo->comment([
|
||||
'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>)',
|
||||
'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)',
|
||||
'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)',
|
||||
]);
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user