From f16cb13dc7c136c2fcfb861cc3a8409a192cafc2 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 24 May 2022 05:58:14 +0000 Subject: [PATCH] Fixwd class description --- src/Console/MoveToAvatarCache.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Console/MoveToAvatarCache.php b/src/Console/MoveToAvatarCache.php index 18948a0e5d..3852f0e979 100644 --- a/src/Console/MoveToAvatarCache.php +++ b/src/Console/MoveToAvatarCache.php @@ -30,10 +30,7 @@ use Friendica\Util\Images; use Friendica\Object\Image; /** - * tool to control the list of ActivityPub relay servers from the CLI - * - * With this script you can access the relay servers of your node from - * the CLI. + * tool to move cached avatars to the avatar file cache. */ class MoveToAvatarCache extends \Asika\SimpleConsole\Console {