From 00e295b4f5c207c263ca11e6c9eddc584eb2ad16 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 26 Oct 2024 00:07:31 +0000 Subject: [PATCH] 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. --- docs/Manpage.md | 5 +++++ manpages/brew.1 | 3 +++ 2 files changed, 8 insertions(+) diff --git a/docs/Manpage.md b/docs/Manpage.md index afee60e398c8c..b3b49381747e3 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -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. +`--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` : Run *`subcommand`* on all services. diff --git a/manpages/brew.1 b/manpages/brew.1 index 7c8420439bccc..d265c8199f15f 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -2084,6 +2084,9 @@ Use the service file from this location to \fBstart\fP the service\. \fB\-\-sudo\-service\-user\fP When run as root on macOS, run the service(s) as this user\. .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 Run \fIsubcommand\fP on all services\. .TP