|
|
|
|
@ -51,7 +51,7 @@ class CheckApp extends Base { |
|
|
|
|
parent::configure(); |
|
|
|
|
$this |
|
|
|
|
->setName('integrity:check-app') |
|
|
|
|
->setDescription('Check an app integrity using a signature.') |
|
|
|
|
->setDescription('Check integrity of an app using a signature.') |
|
|
|
|
->addArgument('appid', null, InputArgument::REQUIRED, 'Application to check') |
|
|
|
|
->addOption('path', null, InputOption::VALUE_OPTIONAL, 'Path to application. If none is given it will be guessed.'); |
|
|
|
|
} |
|
|
|
|
|