summaryrefslogtreecommitdiffstats
path: root/core/command
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-05-22 10:30:33 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-05-22 10:30:33 +0200
commit0249c6d8c70944474016e29bfbcb452cce7fb504 (patch)
tree664cff5c7bfa27405c1405d4e9c33244cef50155 /core/command
parent25ecd2bdda5e9714b8bff435f900b1a0b6579c91 (diff)
parent58e22cefaffd5820c7342fa1f8a1f15544c3f77b (diff)
downloadnextcloud-server-0249c6d8c70944474016e29bfbcb452cce7fb504.tar.gz
nextcloud-server-0249c6d8c70944474016e29bfbcb452cce7fb504.zip
Merge pull request #8634 from owncloud/handle-excpetions-in-console-master
Handle excpetions in console master
Diffstat (limited to 'core/command')
-rw-r--r--core/command/maintenance/repair.php2
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) {