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

remotes/origin/ldap_group_count
Thomas Müller 12 years ago
parent 6929549dad
commit 58e22cefaf
  1. 2
      core/command/maintenance/repair.php

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

Loading…
Cancel
Save