Skip to content

Commit

Permalink
Merge pull request #16172 from Homebrew/sponsors-maintainers-man-comp…
Browse files Browse the repository at this point in the history
…letions

Update manpage and completions.
  • Loading branch information
MikeMcQuaid authored Oct 31, 2023
2 parents a36e145 + 6f9ef2a commit 2b747f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions docs/Manpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -1790,9 +1790,11 @@ until explicitly told to stop, utilising `launchd`.
`brew autoupdate start` [*``interval``*] [*``options``*]
<br>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`
<br>Stop autoupdating, but retain plist and logs.
Expand All @@ -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`*]

Expand Down
4 changes: 2 additions & 2 deletions manpages/brew.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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\.
Expand Down

0 comments on commit 2b747f4

Please sign in to comment.