Commit 1ef7f71a authored by Gabriel Ostrolucký's avatar Gabriel Ostrolucký

Improve help of dbal:run-sql command

This makes it consistent with doctrine-bundle command
parent 62201f99
......@@ -53,7 +53,10 @@ class RunSqlCommand extends Command
new InputOption('force-fetch', null, InputOption::VALUE_NONE, 'Forces fetching the result.'),
])
->setHelp(<<<EOT
Executes arbitrary SQL directly from the command line.
The <info>%command.name%</info> command executes the given SQL query and
outputs the results:
<info>php %command.full_name% "SELECT * FROM users"</info>
EOT
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment