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:
commit
179472aeef
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class CheckCode extends Command {
|
|||
->addArgument(
|
||||
'app-id',
|
||||
InputArgument::REQUIRED,
|
||||
'enable the specified app'
|
||||
'check the specified app'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue