Skip to content

Commit ebe3e04

Browse files
committed
merged branch meonkeys/2.0 (PR symfony#2492)
Commits ------- 4bd340d [Security] Fix typo in init:acl command name Discussion ---------- [Security] Fix typo in init:acl command name This fixes a typo in the help/usage message for the "init:acl" command. The documentation was incorrectly displaying "ini:acl" in a command line execution example.
2 parents e314931 + 4bd340d commit ebe3e04

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)