]> git.mxchange.org Git - friendica.git/commitdiff
"Does" is now "perform"
authorMichael <heluecht@pirati.ca>
Wed, 29 Aug 2018 13:06:56 +0000 (13:06 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 29 Aug 2018 13:06:56 +0000 (13:06 +0000)
src/Core/Console/DatabaseStructure.php
src/Core/Console/PostUpdate.php

index 1b64622dbff105c60d8e5d4f420e9e15a08669b9..13ed29b9df9872c22306b8890f56a4ccce0c6626 100644 (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]
 
index 2ae640d48350815bfa0fe293036a19eb84512b8a..3162a725c00fd212a77d5905f15886883ac44423 100644 (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>]