From 87787a3af42fa993b0e90b24428338025e58e862 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 5 May 2015 08:23:59 +0200 Subject: [PATCH] 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 75b945286f..18d8f0d531 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' ); }