Update manpage and completions.

Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
This commit is contained in:
BrewTestBot 2024-10-26 00:07:31 +00:00
parent d0af2d4e11
commit 00e295b4f5
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 8 additions and 0 deletions

View File

@ -3259,6 +3259,11 @@ If `sudo` is passed, operate on `/Library/LaunchDaemons` or
: When run as root on macOS, run the service(s) as this user. : When run as root on macOS, run the service(s) as this user.
`--max-wait`
: Wait at most this many seconds for `stop` to finish stopping a service. Omit
this flag or set this to zero (0) seconds to wait indefinitely.
`--all` `--all`
: Run *`subcommand`* on all services. : Run *`subcommand`* on all services.

View File

@ -2084,6 +2084,9 @@ Use the service file from this location to \fBstart\fP the service\.
\fB\-\-sudo\-service\-user\fP \fB\-\-sudo\-service\-user\fP
When run as root on macOS, run the service(s) as this user\. When run as root on macOS, run the service(s) as this user\.
.TP .TP
\fB\-\-max\-wait\fP
Wait at most this many seconds for \fBstop\fP to finish stopping a service\. Omit this flag or set this to zero (0) seconds to wait indefinitely\.
.TP
\fB\-\-all\fP \fB\-\-all\fP
Run \fIsubcommand\fP on all services\. Run \fIsubcommand\fP on all services\.
.TP .TP