Merge pull request #18637 from Homebrew/sponsors-maintainers-man-completions

Update manpage and completions.
This commit is contained in:
Ruoyu Zhong 2024-10-26 11:12:29 +08:00 committed by GitHub
commit 744a2b8046
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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