Skip to content

Commit 59044d0

Browse files
committed
minor #15546 Fix wrong option flag name (antograssiot)
This PR was merged into the 5.3 branch. Discussion ---------- Fix wrong option flag name It seems that the documented option doesn't exists in the new `debug:firewall` command Commits ------- 3a1bbc8 Fix wrong option flag name
2 parents f11b5e2 + 3a1bbc8 commit 59044d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ the ``debug:firewall`` command:
500500
501501
# displays the details of a specific firewall, including detailed information
502502
# about the event listeners for the firewall
503-
$ php bin/console debug:firewall main --include-listeners
503+
$ php bin/console debug:firewall main --events
504504
505505
.. versionadded:: 5.3
506506

0 commit comments

Comments
 (0)