Skip to content

Commit 3812aaf

Browse files
committed
minor symfony#28778 [WebServerBundle] fix command description (xabbuh)
This PR was merged into the 3.4 branch. Discussion ---------- [WebServerBundle] fix command description | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#28777 | License | MIT | Doc PR | Commits ------- 5094d3e fix command description
2 parents 2f0e5d7 + 5094d3e commit 3812aaf

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)