Add missing example for 'path' argument in debug:config

This commit is contained in:
Robin Chalas 2016-11-24 21:17:39 +01:00
parent 380c2687e7
commit c6b7aeb439
No known key found for this signature in database
GPG Key ID: 89672113756EE03B

View File

@ -47,6 +47,10 @@ Either the extension alias or bundle name can be used:
<info>php %command.full_name% framework</info>
<info>php %command.full_name% FrameworkBundle</info>
For dumping a specific option, add its path as second argument:
<info>php %command.full_name% framework serializer.enabled</info>
EOF
)
;