]> git.mxchange.org Git - friendica.git/commitdiff
Update doc
authorPhilipp <admin@philipp.info>
Thu, 2 Jan 2025 13:41:59 +0000 (14:41 +0100)
committerPhilipp <admin@philipp.info>
Sun, 5 Jan 2025 22:13:37 +0000 (23:13 +0100)
src/Console/Worker.php

index fa15b2e414eea42021b2c159a241cbbd91b5f7c8..7b817104bd032812218500303a999b143cf72d3c 100644 (file)
@@ -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;
        }