From 6f9ef2a0a1251ae3c4da06c5950cff1ae44dd243 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 31 Oct 2023 12:19:44 +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 | 10 ++++++---- manpages/brew.1 | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/Manpage.md b/docs/Manpage.md index ccbb49305d4fb..a3abae9664a6d 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1790,9 +1790,11 @@ until explicitly told to stop, utilising `launchd`. `brew autoupdate start` [*``interval``*] [*``options``*]
Start autoupdating either once every `interval` hours or once every 24 hours. Please note the interval has to be passed in seconds, so 12 hours would be -`brew autoupdate start 43200`. Pass `--upgrade` or `--cleanup` to automatically -run `brew upgrade` and/or `brew cleanup` respectively. Pass `--enable-notification` -to send a notification when the autoupdate process has finished successfully. +`brew autoupdate start 43200`. If you want to start the autoupdate immediately +and on system boot, pass `--immediate`. Pass `--upgrade` or `--cleanup` +to automatically run `brew upgrade` and/or `brew cleanup` respectively. +Pass `--enable-notification` to send a notification when the autoupdate +process has finished successfully. `brew autoupdate stop`
Stop autoupdating, but retain plist and logs. @@ -1815,7 +1817,7 @@ to send a notification when the autoupdate process has finished successfully. * `--enable-notification`: Send a notification when the autoupdate process has finished successfully, if `terminal-notifier` is installed and found. Must be passed with `start`. Note: notifications are enabled by default on macOS Catalina and newer. * `--immediate`: - Starts the autoupdate command immediately, instead of waiting for one interval (24 hours by default) to pass first. Must be passed with `start`. + Starts the autoupdate command immediately and on system boot, instead of waiting for one interval (24 hours by default) to pass first. Must be passed with `start`. ### `bundle` [*`subcommand`*] diff --git a/manpages/brew.1 b/manpages/brew.1 index 7a993ca6256b3..c2b83c333ba20 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -2541,7 +2541,7 @@ This script will run \fBbrew update\fR in the background once every 24 hours (by . .P \fBbrew autoupdate start\fR [\fI\fBinterval\fR\fR] [\fI\fBoptions\fR\fR] - Start autoupdating either once every \fBinterval\fR hours or once every 24 hours\. Please note the interval has to be passed in seconds, so 12 hours would be \fBbrew autoupdate start 43200\fR\. Pass \fB\-\-upgrade\fR or \fB\-\-cleanup\fR to automatically run \fBbrew upgrade\fR and/or \fBbrew cleanup\fR respectively\. Pass \fB\-\-enable\-notification\fR to send a notification when the autoupdate process has finished successfully\. + Start autoupdating either once every \fBinterval\fR hours or once every 24 hours\. Please note the interval has to be passed in seconds, so 12 hours would be \fBbrew autoupdate start 43200\fR\. If you want to start the autoupdate immediately and on system boot, pass \fB\-\-immediate\fR\. Pass \fB\-\-upgrade\fR or \fB\-\-cleanup\fR to automatically run \fBbrew upgrade\fR and/or \fBbrew cleanup\fR respectively\. Pass \fB\-\-enable\-notification\fR to send a notification when the autoupdate process has finished successfully\. . .P \fBbrew autoupdate stop\fR @@ -2577,7 +2577,7 @@ Send a notification when the autoupdate process has finished successfully, if \f . .TP \fB\-\-immediate\fR -Starts the autoupdate command immediately, instead of waiting for one interval (24 hours by default) to pass first\. Must be passed with \fBstart\fR\. +Starts the autoupdate command immediately and on system boot, instead of waiting for one interval (24 hours by default) to pass first\. Must be passed with \fBstart\fR\. . .SS "\fBbundle\fR [\fIsubcommand\fR]" Bundler for non\-Ruby dependencies from Homebrew, Homebrew Cask, Mac App Store and Whalebrew\.