diff --git a/components/config/definition.rst b/components/config/definition.rst index 21d28fdf91a..8ad3763142e 100644 --- a/components/config/definition.rst +++ b/components/config/definition.rst @@ -294,7 +294,8 @@ All options can be documented using the :method:`Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition::info` method. -The info will be printed as a comment when dumping the configuration tree. +The info will be printed as a comment when dumping the configuration tree with +the ``config:dump`` command. Optional Sections -----------------