Skip to content

Commit fd096e6

Browse files
committed
minor #13231 [WIP] Made help information of commands more consistent (WouterJ)
This PR was squashed before being merged into the 2.3 branch (closes #13231). Discussion ---------- [WIP] Made help information of commands more consistent | Q | A | --- | --- | Test pass | Not yet | License | MIT | Fixed tickets | - Commits ------- 602d687 [WIP] Made help information of commands more consistent
2 parents 78c56bf + 0661d2e commit fd096e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Command/InitAclCommand.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ protected function configure()
3434
->setHelp(<<<EOF
3535
The <info>%command.name%</info> command mounts ACL tables in the database.
3636
37-
<info>php %command.full_name%</info>
37+
<info>php %command.full_name%</info>
3838
3939
The name of the DBAL connection must be configured in your <info>app/config/security.yml</info> configuration file in the <info>security.acl.connection</info> variable.
4040
41-
<info>security:
42-
acl:
43-
connection: default</info>
41+
<info>security:
42+
acl:
43+
connection: default</info>
4444
EOF
4545
)
4646
;

0 commit comments

Comments
 (0)