diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-05-19 15:29:38 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-05-19 15:29:38 +0200 |
commit | 58e22cefaffd5820c7342fa1f8a1f15544c3f77b (patch) | |
tree | 053b5c0b67527e7a254f2b546ed722b36cced697 | |
parent | 6929549dadb8807ba1d8b54352c87ac3f10d0c12 (diff) | |
download | nextcloud-server-58e22cefaffd5820c7342fa1f8a1f15544c3f77b.tar.gz nextcloud-server-58e22cefaffd5820c7342fa1f8a1f15544c3f77b.zip |
fix description of console command maintenance:repair - fixes #8574
-rw-r--r-- | core/command/maintenance/repair.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/command/maintenance/repair.php b/core/command/maintenance/repair.php index c5ef0c55cc0..310c01fbe2a 100644 --- a/core/command/maintenance/repair.php +++ b/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) { |