fix description of console command maintenance:repair - fixes #8574

This commit is contained in:
Thomas Müller 2014-05-19 15:29:38 +02:00
parent 6929549dad
commit 58e22cefaf
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class Repair extends Command {
protected function configure() { protected function configure() {
$this $this
->setName('maintenance:repair') ->setName('maintenance:repair')
->setDescription('set single user mode'); ->setDescription('repair this installation');
} }
protected function execute(InputInterface $input, OutputInterface $output) { protected function execute(InputInterface $input, OutputInterface $output) {