diff --git a/Command/CreateDatabaseDoctrineCommand.php b/Command/CreateDatabaseDoctrineCommand.php index 1e3d1463c..7e4d90e7e 100644 --- a/Command/CreateDatabaseDoctrineCommand.php +++ b/Command/CreateDatabaseDoctrineCommand.php @@ -38,13 +38,13 @@ protected function configure() ->addOption('connection', null, InputOption::VALUE_OPTIONAL, 'The connection to use for this command') ->addOption('if-not-exists', null, InputOption::VALUE_NONE, 'Don\'t trigger an error, when the database already exists') ->setHelp(<<doctrine:database:create command creates the default connections database: +The %command.name% command creates the default connections database: - php app/console doctrine:database:create + php %command.full_name% You can also optionally specify the name of a connection to create the database for: - php app/console doctrine:database:create --connection=default + php %command.full_name% --connection=default EOT ); }