Skip to content

Commit bb2e100

Browse files
committed
minor #11445 Update outdated info about command name configuration (Phrlog)
This PR was merged into the 4.2 branch. Discussion ---------- Update outdated info about command name configuration <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 5d790ca Update outdated info about command name configuration
2 parents c686163 + 5d790ca commit bb2e100

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

console.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ want a command to create a user::
5252
Configuring the Command
5353
-----------------------
5454

55-
First of all, you must configure the name of the command in the ``configure()``
56-
method. Then you can optionally define a help message and the
55+
You can optionally define a description, help message and the
5756
:doc:`input options and arguments </console/input>`::
5857

5958
// ...

0 commit comments

Comments
 (0)