Skip to content

Commit

Permalink
Merge pull request #852 from greg0ire/fix_inaccurate_description
Browse files Browse the repository at this point in the history
Describe the actual command
  • Loading branch information
mikeSimonson committed Sep 25, 2018
2 parents 199f593 + 6abfd70 commit 9159862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/ImportMappingDoctrineCommand.php
Expand Up @@ -38,7 +38,7 @@ protected function configure()
Generate annotation mappings into the src/ directory using App as the namespace:
<info>php %command.full_name% App\\\Entity annotation --path=src/Entity</info>
Generate annotation mappings into the config/doctrine/ directory using App as the namespace:
Generate xml mappings into the config/doctrine/ directory using App as the namespace:
<info>php %command.full_name% App\\\Entity xml --path=config/doctrine</info>
Generate XML mappings into a bundle:
Expand Down

0 comments on commit 9159862

Please sign in to comment.