diff --git a/Command/BuildModelCommand.php b/Command/BuildModelCommand.php index 3fe408a..07f3a13 100644 --- a/Command/BuildModelCommand.php +++ b/Command/BuildModelCommand.php @@ -3,11 +3,8 @@ namespace Symfony\Bundle\PropelBundle\Command; use Symfony\Bundle\PropelBundle\Command\PhingCommand; -use Symfony\Component\Console\Input\InputArgument; -use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; -use Symfony\Component\Console\Output\Output; /* * This file is part of the Symfony framework. @@ -33,9 +30,9 @@ class BuildModelCommand extends PhingCommand $this ->setDescription('Build the Propel Object Model classes based on XML schemas') ->setHelp(<<propel:build-model command builds the Propel runtime model classes (ActiveRecord, Query, Peer, and TableMap classes) based on the XML schemas defined in all Bundles: +The propel:build-model command builds the Propel runtime model classes (ActiveRecord, Query, Peer, and TableMap classes) based on the XML schemas defined in all Bundles. - ./symfony propel:build-model + php app/console propel:build-model EOT ) ->setName('propel:build-model')