]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Console.php
Merge branch '2021.03-rc' into copyright-2021
[friendica.git] / src / Core / Console.php
index e08ea7f422b39db7b5e6f719b5df3a30cee0706d..b296714456564849ab18da7a3bfe155cac81f734 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -64,6 +64,7 @@ Commands:
        postupdate             Execute pending post update scripts (can last days)
        serverblock            Manage blocked servers
        storage                Manage storage backend
+       relay                  Manage ActivityPub relay servers
 
 Options:
        -h|--help|-? Show help information
@@ -92,6 +93,8 @@ HELP;
                'postupdate'             => Friendica\Console\PostUpdate::class,
                'serverblock'            => Friendica\Console\ServerBlock::class,
                'storage'                => Friendica\Console\Storage::class,
+               'relay'                  => Friendica\Console\Relay::class,
+               'fixapdeliveryworkertaskparameters' => Friendica\Console\FixAPDeliveryWorkerTaskParameters::class,
        ];
 
        /**