mirror of
https://github.com/friendica/friendica
synced 2025-01-06 20:04:44 +00:00
Don't feed the daemons!
This commit is contained in:
parent
a5649bdaeb
commit
eebc2d9a79
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue