]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Console.php
Merge pull request #10095 from annando/parseurl-photos
[friendica.git] / src / Core / Console.php
index 575a67503312b86b385c9e585224ffd3f986b4dd..f43b89e9e67cc1832090d00ad10598a6b40e5bcf 100644 (file)
@@ -64,7 +64,7 @@ Commands:
        postupdate             Execute pending post update scripts (can last days)
        serverblock            Manage blocked servers
        storage                Manage storage backend
        postupdate             Execute pending post update scripts (can last days)
        serverblock            Manage blocked servers
        storage                Manage storage backend
-       relay                  Manage ActivityPub relais
+       relay                  Manage ActivityPub relay servers
 
 Options:
        -h|--help|-? Show help information
 
 Options:
        -h|--help|-? Show help information
@@ -94,6 +94,7 @@ HELP;
                'serverblock'            => Friendica\Console\ServerBlock::class,
                'storage'                => Friendica\Console\Storage::class,
                'relay'                  => Friendica\Console\Relay::class,
                'serverblock'            => Friendica\Console\ServerBlock::class,
                'storage'                => Friendica\Console\Storage::class,
                'relay'                  => Friendica\Console\Relay::class,
+               'fixapdeliveryworkertaskparameters' => Friendica\Console\FixAPDeliveryWorkerTaskParameters::class,
        ];
 
        /**
        ];
 
        /**