8000 [Security] Fix typo in init:acl command name · Kiruban2011/symfony@4bd340d · GitHub
[go: up one dir, main page]

Skip to content

Commit 4bd340d

Browse files
committed
[Security] Fix typo in init:acl command name
1 parent 6c538df commit 4bd340d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ protected function configure()
3535
->setHelp(<<<EOT
3636
The <info>init:acl</info> command mounts ACL tables in the database.
3737
38-
<info>php app/console ini:acl</info>
38+
<info>php app/console init:acl</info>
3939
4040
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.
4141

0 commit comments

Comments
 (0)
0