Unverified Commit f3e8dfb0 authored by Gabriel Ostrolucký's avatar Gabriel Ostrolucký Committed by GitHub

Merge pull request #4017 from ostrolucky/runsql-desc

parents 62201f99 1ef7f71a
...@@ -53,7 +53,10 @@ class RunSqlCommand extends Command ...@@ -53,7 +53,10 @@ class RunSqlCommand extends Command
new InputOption('force-fetch', null, InputOption::VALUE_NONE, 'Forces fetching the result.'), new InputOption('force-fetch', null, InputOption::VALUE_NONE, 'Forces fetching the result.'),
]) ])
->setHelp(<<<EOT ->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 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