[Pkg-owncloud-commits] [owncloud] 60/122: Fix the "app-id" parameter description of app:check-code

David Prévot taffit at moszumanska.debian.org
Sat May 9 00:00:14 UTC 2015


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

taffit pushed a commit to branch stable8
in repository owncloud.

commit 87787a3af42fa993b0e90b24428338025e58e862
Author: Joas Schilling <nickvergessen at owncloud.com>
Date:   Tue May 5 08:23:59 2015 +0200

    Fix the "app-id" parameter description of app:check-code
---
 core/command/app/checkcode.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/command/app/checkcode.php b/core/command/app/checkcode.php
index 75b9452..18d8f0d 100644
--- a/core/command/app/checkcode.php
+++ b/core/command/app/checkcode.php
@@ -35,7 +35,7 @@ class CheckCode extends Command {
 			->addArgument(
 				'app-id',
 				InputArgument::REQUIRED,
-				'enable the specified app'
+				'check the specified app'
 			);
 	}
 

-- 
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