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>
*/
protected function getHelp()
{
$help = <<<HELP
-console dbstructure - Does database updates
+console dbstructure - Performs database updates
Usage
bin/console dbstructure <command> [-h|--help|-?] [-v]
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>]