Skip to content

Commit

Permalink
Change DQL to SQL in the help message
Browse files Browse the repository at this point in the history
  • Loading branch information
andreia committed Sep 2, 2012
1 parent 8e1149b commit 93da69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/Proxy/RunSqlDoctrineCommand.php
Expand Up @@ -39,7 +39,7 @@ protected function configure()
->setName('doctrine:query:sql')
->addOption('connection', null, InputOption::VALUE_OPTIONAL, 'The connection to use for this command')
->setHelp(<<<EOT
The <info>doctrine:query:sql</info> command executes the given DQL query and
The <info>doctrine:query:sql</info> command executes the given SQL query and
outputs the results:
<info>php app/console doctrine:query:sql "SELECT * from user"</info>
Expand Down

0 comments on commit 93da69f

Please sign in to comment.