Merge pull request #16080 from nextcloud/backport/15956/stable16
[stable16] Fix appid argument for integrity:check-app
This commit is contained in:
commit
9ef93976e8
|
@ -54,7 +54,7 @@ class CheckApp extends Base {
|
|||
$this
|
||||
->setName('integrity:check-app')
|
||||
->setDescription('Check integrity of an app using a signature.')
|
||||
->addArgument('appid', null, InputArgument::REQUIRED, 'Application to check')
|
||||
->addArgument('appid', InputArgument::REQUIRED, 'Application to check')
|
||||
->addOption('path', null, InputOption::VALUE_OPTIONAL, 'Path to application. If none is given it will be guessed.');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue