Skip to content

Commit 9fa5033

Browse files
committed
minor #5852 Fix doc for 2.6+, server:start replace ...:run (Kevinrob)
This PR was submitted for the 2.6 branch but it was merged into the 2.7 branch instead (closes #5852). Discussion ---------- Fix doc for 2.6+, `server:start` replace `...:run` | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.6 | Fixed tickets | - Commits ------- 14d1577 Fix doc for 2.6+, `server:start` replace `...:run`
2 parents d85b865 + 14d1577 commit 9fa5033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/web_server/built_in.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ can change the socket passing an IP address and a port as a command-line argumen
3737

3838
.. code-block:: bash
3939
40-
$ php app/console server:run 192.168.0.1:8080
40+
$ php app/console server:start 192.168.0.1:8080
4141
4242
.. note::
4343

0 commit comments

Comments
 (0)