Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit fa5f4c9

Browse files
committed
fix command description
1 parent dad213b commit fa5f4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)