doc/Admin.md: lowercase "Registry"

This commit is contained in:
Pragmatic Software 2020-02-14 23:26:20 -08:00
parent 9307431499
commit 2de5653a74
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ Name | Description
`cap-required` | When set to a true value then the command requires that users have the `can-<command name>` [capability](#user-capabilities) before they can invoke it.
`dont-replace-pronouns` | When set to a true value then pronouns such as "my", "me", "your", etc, will not be intuitively replaced with nicks and such.
`background-process` | When set to a true value then this command will be executed as a background process. Use this for commands that can potentially take a long time to complete.
`process-timeout` | The timeout, in seconds, before the process is automatically killed. If not set then the `processmanager.default_timeout` [Registry](Registry.md) value will be used.
`process-timeout` | The timeout, in seconds, before the process is automatically killed. If not set then the `processmanager.default_timeout` [registry](Registry.md) value will be used.
## Process management commands
### ps