]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix description of console command maintenance:repair - fixes #8574
authorThomas Müller <thomas.mueller@tmit.eu>
Mon, 19 May 2014 13:29:38 +0000 (15:29 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Mon, 19 May 2014 13:29:38 +0000 (15:29 +0200)
core/command/maintenance/repair.php

index c5ef0c55cc04b71337c4421e940d797526f88d98..310c01fbe2a36da13dcfbe075bfd2c87e02219a7 100644 (file)
@@ -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) {