Fix the "app-id" parameter description of app:check-code

This commit is contained in:
Joas Schilling 2015-05-05 08:23:59 +02:00
parent b60dcd91bb
commit 87787a3af4
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class CheckCode extends Command {
->addArgument(
'app-id',
InputArgument::REQUIRED,
'enable the specified app'
'check the specified app'
);
}