fix description of console command maintenance:repair - fixes #8574
This commit is contained in:
parent
6929549dad
commit
58e22cefaf
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue