Skip to content
Snippets Groups Projects
Commit 58e22cef authored by Thomas Müller's avatar Thomas Müller
Browse files

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

parent 6929549d
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment