From cfa2dff5ce33856a2e8db198b5c49cc67ffc3cb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pipa?= Date: Tue, 13 Mar 2012 08:47:19 +0100 Subject: [PATCH] [FrameworkBundle] Changed server:run command description --- .../Bundle/FrameworkBundle/Command/ServerRunCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Command/ServerRunCommand.php b/src/Symfony/Bundle/FrameworkBundle/Command/ServerRunCommand.php index fb92f3e768..5518aad26f 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Command/ServerRunCommand.php +++ b/src/Symfony/Bundle/FrameworkBundle/Command/ServerRunCommand.php @@ -47,9 +47,9 @@ class ServerRunCommand extends ContainerAwareCommand new InputOption('router', 'r', InputOption::VALUE_REQUIRED, 'Path to custom router script'), )) ->setName('server:run') - ->setDescription('Runs Symfony2 application using PHP built-in web server') + ->setDescription('Runs PHP built-in web server') ->setHelp(<<%command.name% runs Symfony2 application using PHP built-in web server: +The %command.name% runs PHP built-in web server: %command.full_name%