wp-cli/server-command

Small typo in example text

glawlor opened this issue · 0 comments

In file https://github.com/wp-cli/server-command/blob/master/src/Server_Command.php on line 49

it should be

 *     Listening on http://localhost1.localdomain1:80

not

 *     Listening on http://localhost1.localdomain1:8080

as port 80 was specified on the command line example.