"Does" is now "perform"
This commit is contained in:
parent
601851f3d0
commit
67227570d8
2 changed files with 3 additions and 3 deletions
|
@ -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]
|
||||||
|
|
||||||
|
|
|
@ -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>]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue