From 5094d3e288f47d4e1929954c347ed713c70bae6d Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 8 Oct 2018 23:49:21 +0200 Subject: [PATCH] fix command description --- .../Bundle/WebServerBundle/Command/ServerStatusCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/WebServerBundle/Command/ServerStatusCommand.php b/src/Symfony/Bundle/WebServerBundle/Command/ServerStatusCommand.php index 9759228f5b..907f69f1c4 100644 --- a/src/Symfony/Bundle/WebServerBundle/Command/ServerStatusCommand.php +++ b/src/Symfony/Bundle/WebServerBundle/Command/ServerStatusCommand.php @@ -39,7 +39,7 @@ class ServerStatusCommand extends ServerCommand new InputOption('pidfile', null, InputOption::VALUE_REQUIRED, 'PID file'), new InputOption('filter', null, InputOption::VALUE_REQUIRED, 'The value to display (one of port, host, or address)'), )) - ->setDescription('Outputs the status of the local web server for the given address') + ->setDescription('Outputs the status of the local web server') ->setHelp(<<<'EOF' %command.name% shows the details of the given local web server, such as the address and port where it is listening to: