Skip to content

Commit cb9da48

Browse files
committed
minor #8000 Remove note about --force option on server:start (mloberg)
This PR was merged into the 3.3 branch. Discussion ---------- Remove note about --force option on server:start The --force option is not part of the WebServerBundle, so remove the note about using that option. Commits ------- c71e4f2 Remove note about --force option on server:start
2 parents c47e779 + c71e4f2 commit cb9da48

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

setup/built_in_web_server.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,6 @@ can change the socket passing an IP address and a port as a command-line argumen
3535
3636
$ php bin/console server:start 192.168.0.1:8080
3737
38-
.. note::
39-
40-
You can use the ``--force`` option to force the web server start
41-
if the process wasn't correctly stopped (without using the ``server:stop`` command).
42-
43-
.. code-block:: bash
44-
45-
$ php bin/console server:start --force
46-
4738
.. note::
4839

4940
You can use the ``server:status`` command to check if a web server is

0 commit comments

Comments
 (0)