merged branch meonkeys/2.0 (PR #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.
This commit is contained in:
Fabien Potencier 2011-10-27 08:14:54 +02:00
commit ebe3e04a67

View File

@ -35,7 +35,7 @@ class InitAclCommand extends ContainerAwareCommand
->setHelp(<<<EOT
The <info>init:acl</info> command mounts ACL tables in the database.
<info>php app/console ini:acl</info>
<info>php app/console init:acl</info>
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.