Remove mention of non-existent console parameters in Install and UpdateDb

This commit is contained in:
Hypolite Petovan 2022-05-01 08:32:04 -04:00
parent 2aba91d42c
commit cd809f7646
2 changed files with 3 additions and 3 deletions

View File

@ -31,9 +31,9 @@ class Install extends \Asika\SimpleConsole\Console
protected function getHelp() protected function getHelp()
{ {
$help = <<<HELP $help = <<<HELP
console install - Install directory console install - Install wizard
Usage Usage
bin/console install <server_url> [-h|--help|-?] [-v] bin/console install [-h|--help|-?] [-v]
Description Description
Install directory Install directory

View File

@ -37,7 +37,7 @@ class UpdateDb extends \Asika\SimpleConsole\Console
$help = <<<HELP $help = <<<HELP
console updatedb - Update database schema console updatedb - Update database schema
Usage Usage
bin/console updatedb <server_url> [-h|--help|-?] [-v] bin/console updatedb [-h|--help|-?] [-v]
Description Description
Update database schema Update database schema