From 8f43ab957366e6014209cd608759f610567a40dd Mon Sep 17 00:00:00 2001 From: Philipp Date: Thu, 2 Jan 2025 14:41:59 +0100 Subject: [PATCH] Update doc --- src/Console/Worker.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Console/Worker.php b/src/Console/Worker.php index fa15b2e414..7b817104bd 100644 --- a/src/Console/Worker.php +++ b/src/Console/Worker.php @@ -17,7 +17,7 @@ use Friendica\Core\Worker\Repository\Process as ProcessRepository; use Friendica\Util\BasePath; /** - * Console command for interacting with the daemon + * Console command for starting worker */ final class Worker extends Console { @@ -57,11 +57,11 @@ Options -s|--spawn Spawn an additional worker Examples - bin/console daemon start -f - Starts the daemon in the foreground + bin/console worker -n + Starts the worker without executing the cronob - bin/console daemon status - Gets the status of the daemon + bin/console worker -s + Starts the worker and immediately spawn another worker process HELP; }