Skip to content

Commit 5094d3e

Browse files
committed
fix command description
1 parent 0df45a2 commit 5094d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebServerBundle/Command/ServerStatusCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ protected function configure()
3939
new InputOption('pidfile', null, InputOption::VALUE_REQUIRED, 'PID file'),
4040
new InputOption('filter', null, InputOption::VALUE_REQUIRED, 'The value to display (one of port, host, or address)'),
4141
))
42-
->setDescription('Outputs the status of the local web server for the given address')
42+
->setDescription('Outputs the status of the local web server')
4343
->setHelp(<<<'EOF'
4444
<info>%command.name%</info> shows the details of the given local web
4545
server, such as the address and port where it is listening to:

0 commit comments

Comments
 (0)