Skip to content

Commit 0661d2e

Browse files
wouterjfabpot
authored andcommitted
[WIP] Made help information of commands more consistent
1 parent 019139c commit 0661d2e

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)