Don't feed the daemons!

This commit is contained in:
Philipp Holzer 2024-12-30 17:48:53 +01:00
commit eebc2d9a79
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
2 changed files with 4 additions and 4 deletions

View 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

View 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)