Merge pull request #16058 from owncloud/fix-app-check-code-parameter-description

Fix the "app-id" parameter description of app:check-code
This commit is contained in:
Morris Jobke 2015-05-05 10:56:03 +02:00
commit 179472aeef
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'
);
}