Commit cb59d2b0 authored by Guilherme Blanco's avatar Guilherme Blanco

Merge pull request #174 from stof/command_help

Used the placeholder in the command help for the name
parents b1562a5f 0e8b5315
...@@ -69,12 +69,12 @@ with names that are identifiers in this dialect or in other SQL dialects. ...@@ -69,12 +69,12 @@ with names that are identifiers in this dialect or in other SQL dialects.
By default SQLite, MySQL, PostgreSQL, MsSQL and Oracle By default SQLite, MySQL, PostgreSQL, MsSQL and Oracle
keywords are checked: keywords are checked:
<info>doctrine dbal:reserved-words</info> <info>%command.full_name%</info>
If you want to check against specific dialects you can If you want to check against specific dialects you can
pass them to the command: pass them to the command:
<info>doctrine dbal:reserved-words mysql pgsql</info> <info>%command.full_name% mysql pgsql</info>
The following keyword lists are currently shipped with Doctrine: The following keyword lists are currently shipped with Doctrine:
......
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