X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FConsole.php;h=29ccd795b826078fcc1c85035d81d1458eeade71;hb=761bdafa34bfdf1b2b43a3f06ae092e0925898ac;hp=a5aff4ae801faa786f50079117dfca59c583be77;hpb=78114c13d5ce27b36682a960859056d4ebf9d9be;p=friendica.git diff --git a/src/Core/Console.php b/src/Core/Console.php index a5aff4ae80..29ccd795b8 100644 --- a/src/Core/Console.php +++ b/src/Core/Console.php @@ -5,7 +5,7 @@ namespace Friendica\Core; /** * Description of Console * - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Console extends \Asika\SimpleConsole\Console { @@ -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