mirror of
https://github.com/friendica/friendica
synced 2025-01-08 20:04:43 +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
|
protected function getHelp(): string
|
||||||
{
|
{
|
||||||
return <<<HELP
|
return <<<HELP
|
||||||
Daemon - Interacting with the Friendica daemons
|
Daemon - Interact with the Friendica daemon
|
||||||
Synopsis
|
Synopsis
|
||||||
bin/console daemon [-h|--help|-?] [-v] [-a] [-f]
|
bin/console daemon [-h|--help|-?] [-v] [-a] [-f]
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Interacting with the Friendica daemons
|
Interact with the Friendica daemon
|
||||||
|
|
||||||
Options
|
Options
|
||||||
-h|--help|-? Show help information
|
-h|--help|-? Show help information
|
||||||
-v Show more debug information.
|
-v Show more debug information.
|
||||||
-f|--foreground Runs the daemon in the forgeground
|
-f|--foreground Runs the daemon in the foreground
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
bin/console daemon start -f
|
bin/console daemon start -f
|
||||||
|
|
|
@ -37,7 +37,7 @@ Commands:
|
||||||
config Edit site config
|
config Edit site config
|
||||||
contact Contact management
|
contact Contact management
|
||||||
createdoxygen Generate Doxygen headers
|
createdoxygen Generate Doxygen headers
|
||||||
daemon Interacting with the Friendica daemons
|
daemon Interact with the Friendica daemon
|
||||||
dbstructure Do database updates
|
dbstructure Do database updates
|
||||||
docbloxerrorchecker Check the file tree for DocBlox errors
|
docbloxerrorchecker Check the file tree for DocBlox errors
|
||||||
extract Generate translation string file for the Friendica project (deprecated)
|
extract Generate translation string file for the Friendica project (deprecated)
|
||||||
|
|
Loading…
Reference in a new issue