diff --git a/components/console/helpers/processhelper.rst b/components/console/helpers/processhelper.rst index a02aabfd85d..b46d9f2e95f 100644 --- a/components/console/helpers/processhelper.rst +++ b/components/console/helpers/processhelper.rst @@ -42,12 +42,7 @@ In case the process fails, debugging is easier: Arguments --------- -There are three ways to use the process helper: - -* Using a command line string:: - - // ... - $helper->run($output, 'figlet Symfony'); +There are two ways to use the process helper: * An array of arguments::