]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Console.php
Add 'storage' console command
[friendica.git] / src / Core / Console.php
index 9edc12b64c93b690646f75786589f52a16c0e136..2cca4f15bb790d914b6ca6f6d26663a8444e48c5 100644 (file)
@@ -30,6 +30,7 @@ class Console extends \Asika\SimpleConsole\Console
                'po2php'                 => __NAMESPACE__ . '\Console\PoToPhp',
                'typo'                   => __NAMESPACE__ . '\Console\Typo',
                'postupdate'             => __NAMESPACE__ . '\Console\PostUpdate',
+               'storage'                => __NAMESPACE__ . '\Console\Storage',
        ];
 
        protected function getHelp()
@@ -55,6 +56,7 @@ Commands:
        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)
+       storage                Manage storage backend
 
 Options:
        -h|--help|-? Show help information