Merge pull request #5695 from annando/does-is-perform

"Does" is now "perform"
This commit is contained in:
Tobias Diekershoff 2018-08-29 15:48:59 +02:00 committed by GitHub
commit 46294d27ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ require_once 'boot.php';
require_once 'include/dba.php'; require_once 'include/dba.php';
/** /**
* @brief Does database updates from the command line * @brief Performs database updates from the command line
* *
* @author Hypolite Petovan <mrpetovan@gmail.com> * @author Hypolite Petovan <mrpetovan@gmail.com>
*/ */
@ -22,7 +22,7 @@ class DatabaseStructure extends \Asika\SimpleConsole\Console
protected function getHelp() protected function getHelp()
{ {
$help = <<<HELP $help = <<<HELP
console dbstructure - Does database updates console dbstructure - Performs database updates
Usage Usage
bin/console dbstructure <command> [-h|--help|-?] [-v] bin/console dbstructure <command> [-h|--help|-?] [-v]

View file

@ -23,7 +23,7 @@ class PostUpdate extends \Asika\SimpleConsole\Console
protected function getHelp() protected function getHelp()
{ {
$help = <<<HELP $help = <<<HELP
console postupdate - Does database post updates console postupdate - Performs database post updates
Usage Usage
bin/console postupdate [-h|--help|-?] [--reset <version>] bin/console postupdate [-h|--help|-?] [--reset <version>]