Skip to content

Commit

Permalink
Merge pull request #4017 from ostrolucky/runsql-desc
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrolucky authored May 21, 2020
2 parents 62201f9 + 1ef7f71 commit f3e8dfb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ protected function configure()
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
);
}
Expand Down

0 comments on commit f3e8dfb

Please sign in to comment.