Skip to content

Commit c6ad33d

Browse files
Adding info on running help without a specific command
1 parent 605097f commit c6ad33d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/console/usage.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ example, to get the help for the ``list`` command:
4444
4545
$ php app/console help list
4646
47+
Running ``help`` without specifying a command will list the global options:
48+
49+
.. code-block:: bash
50+
51+
$ php app/console help
52+
4753
Global Options
4854
~~~~~~~~~~~~~~
4955

0 commit comments

Comments
 (0)