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

View File

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