]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Console.php
Console script to ensure that all post updates are finished
[friendica.git] / src / Core / Console.php
index a5aff4ae801faa786f50079117dfca59c583be77..63af50ee22ce186b983aebbc66de51709560c340 100644 (file)
@@ -28,6 +28,7 @@ class Console extends \Asika\SimpleConsole\Console
                'php2po'                 => __NAMESPACE__ . '\Console\PhpToPo',
                'po2php'                 => __NAMESPACE__ . '\Console\PoToPhp',
                'typo'                   => __NAMESPACE__ . '\Console\Typo',
+               'postupdate'             => __NAMESPACE__ . '\Console\PostUpdate',
        ];
 
        protected function getHelp()
@@ -51,6 +52,7 @@ Commands:
        php2po                 Generate a messages.po file from a strings.php file
        po2php                 Generate a strings.php file from a messages.po file
        typo                   Checks for parse errors in Friendica files
+       postupdate             Execute pending post update scripts (can last days)
 
 Options:
        -h|--help|-? Show help information