Skip to content

Commit 2c39fc9

Browse files
committed
[#1694] Tweaks for container:debug command
1 parent da40770 commit 2c39fc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/service_container.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -929,13 +929,13 @@ Debugging Services
929929
------------------
930930

931931
You can find out what services are registered with the container using the
932-
console, to list the services by id and which class they are:
932+
console. To show all services and the class for each service, run:
933933

934934
.. code-block:: bash
935935
936936
$ php app/console container:debug
937937
938-
By default only public services are shown, you can also view private services:
938+
By default only public services are shown, but you can also view private services:
939939

940940
.. code-block:: bash
941941

0 commit comments

Comments
 (0)