Fixed typo

This commit is contained in:
William DURAND 2011-02-02 02:03:35 +01:00
parent a6dc926249
commit 6ba3d7c1de

View file

@ -36,7 +36,6 @@ class BuildCommand extends PhingCommand
{ {
$this $this
->setDescription('Hub for Propel build commands (model, sql)') ->setDescription('Hub for Propel build commands (model, sql)')
->setDefinition(array( ->setDefinition(array(
new InputOption('--classes', '', InputOption::VALUE_NONE, 'Build only classes'), new InputOption('--classes', '', InputOption::VALUE_NONE, 'Build only classes'),
new InputOption('--sql', '', InputOption::VALUE_NONE, 'Build only code'), new InputOption('--sql', '', InputOption::VALUE_NONE, 'Build only code'),