Skip to content

Commit fa54879

Browse files
authored
Merge pull request #58 from wojsmol/patch-1
Fix port number in example
2 parents c900a10 + 943adfb commit fa54879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Server_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class Server_Command extends WP_CLI_Command {
4646
* # Run on port 80 (for multisite)
4747
* $ wp server --host=localhost.localdomain --port=80
4848
* PHP 5.6.9 Development Server started at Tue May 24 01:30:06 2016
49-
* Listening on http://localhost1.localdomain1:8080
49+
* Listening on http://localhost1.localdomain1:80
5050
* Document root is /
5151
* Press Ctrl-C to quit.
5252
*

0 commit comments

Comments
 (0)