Fix odd grammar

This commit is contained in:
Evan Owens 2013-02-22 14:03:40 -05:00
parent 737b73b947
commit 1992d6f0d6

View file

@ -38,7 +38,7 @@ class PopulateCommand extends ContainerAwareCommand
->setName('foq:elastica:populate')
->addOption('index', null, InputOption::VALUE_OPTIONAL, 'The index to repopulate')
->addOption('type', null, InputOption::VALUE_OPTIONAL, 'The type to repopulate')
->addOption('no-reset', null, InputOption::VALUE_NONE, 'If set, the indexes will not been resetted before populating.')
->addOption('no-reset', null, InputOption::VALUE_NONE, 'Do not reset index before populating')
->setDescription('Populates search indexes from providers')
;
}