]> git.mxchange.org Git - friendica.git/commitdiff
Don't feed the daemons!
authorPhilipp <admin@philipp.info>
Mon, 30 Dec 2024 16:48:53 +0000 (17:48 +0100)
committerPhilipp <admin@philipp.info>
Mon, 30 Dec 2024 16:48:53 +0000 (17:48 +0100)
src/Console/Daemon.php
src/Core/Console.php

index 8015d2e448e7966eb26fbe774f75eae0e5e77e64..e6b19149fdc89931c1a0ca18a1956a0392da20e8 100644 (file)
@@ -61,17 +61,17 @@ final class Daemon extends Console
        protected function getHelp(): string
        {
                return <<<HELP
-Daemon - Interacting with the Friendica daemons
+Daemon - Interact with the Friendica daemon
 Synopsis
        bin/console daemon [-h|--help|-?] [-v] [-a] [-f]
 
 Description
-    Interacting with the Friendica daemons
+    Interact with the Friendica daemon
 
 Options
     -h|--help|-?            Show help information
     -v                      Show more debug information.
-    -f|--foreground         Runs the daemon in the forgeground
+    -f|--foreground         Runs the daemon in the foreground
 
 Examples
        bin/console daemon start -f
index 75ff6453b2135870e5901c9e9ddad06e75a96044..eec8b5fb67cbd3f816f572bd9e509295bff0d4ac 100644 (file)
@@ -37,7 +37,7 @@ Commands:
        config                 Edit site config
        contact                Contact management
        createdoxygen          Generate Doxygen headers
-       daemon                 Interacting with the Friendica daemons
+       daemon                 Interact with the Friendica daemon
        dbstructure            Do database updates
        docbloxerrorchecker    Check the file tree for DocBlox errors
        extract                Generate translation string file for the Friendica project (deprecated)