]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Console.php
Apply suggestions from code review
[friendica.git] / src / Core / Console.php
index e08ea7f422b39db7b5e6f719b5df3a30cee0706d..4a4dc13ef77d56acb40ce978a047784784da7e7b 100644 (file)
@@ -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,7 @@ HELP;
                'postupdate'             => Friendica\Console\PostUpdate::class,
                'serverblock'            => Friendica\Console\ServerBlock::class,
                'storage'                => Friendica\Console\Storage::class,
+               'relay'                  => Friendica\Console\Relay::class,
        ];
 
        /**