[Pkg-owncloud-commits] [owncloud] 84/153: fix description of console command maintenance:repair - fixes #8574

David Prévot taffit at moszumanska.debian.org
Tue May 27 03:05:40 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 58e22cefaffd5820c7342fa1f8a1f15544c3f77b
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Mon May 19 15:29:38 2014 +0200

    fix description of console command maintenance:repair - fixes #8574
---
 core/command/maintenance/repair.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/command/maintenance/repair.php b/core/command/maintenance/repair.php
index c5ef0c5..310c01f 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) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list