mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix the "app-id" parameter description of app:check-code
This commit is contained in:
parent
b60dcd91bb
commit
87787a3af4
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