]> git.mxchange.org Git - friendica.git/commitdiff
Fixwd class description
authorMichael <heluecht@pirati.ca>
Tue, 24 May 2022 05:58:14 +0000 (05:58 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 24 May 2022 05:58:14 +0000 (05:58 +0000)
src/Console/MoveToAvatarCache.php

index 18948a0e5db0aaf0cd8bd093f068e0f813764b96..3852f0e979ba68d0e661f1d01ab165c801ab401f 100644 (file)
@@ -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
 {