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 2025-01-24 09:16:00 +00:00
parent b7a92f4cac
commit 9704a74037
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 2 additions and 2 deletions

View File

@ -3161,7 +3161,7 @@ flags which will help with finding keg-only dependencies like `openssl`,
: `install` does not run `brew upgrade` on outdated dependencies. `check` does
not check for outdated dependencies. Note they may still be upgraded by `brew
install` if needed.This is enabled by default if `HOMEBREW_BUNDLE_NO_UPGRADE`
install` if needed. This is enabled by default if `HOMEBREW_BUNDLE_NO_UPGRADE`
is set.
`--upgrade`

View File

@ -2026,7 +2026,7 @@ Read the \fBBrewfile\fP from \fB~/\.Brewfile\fP or the \fBHOMEBREW_BUNDLE_FILE_G
\fBinstall\fP prints output from commands as they are run\. \fBcheck\fP lists all missing dependencies\.
.TP
\fB\-\-no\-upgrade\fP
\fBinstall\fP does not run \fBbrew upgrade\fP on outdated dependencies\. \fBcheck\fP does not check for outdated dependencies\. Note they may still be upgraded by \fBbrew install\fP if needed\.This is enabled by default if \fBHOMEBREW_BUNDLE_NO_UPGRADE\fP is set\.
\fBinstall\fP does not run \fBbrew upgrade\fP on outdated dependencies\. \fBcheck\fP does not check for outdated dependencies\. Note they may still be upgraded by \fBbrew install\fP if needed\. This is enabled by default if \fBHOMEBREW_BUNDLE_NO_UPGRADE\fP is set\.
.TP
\fB\-\-upgrade\fP
\fBinstall\fP runs \fBbrew upgrade\fP on outdated dependencies, even if \fBHOMEBREW_BUNDLE_NO_UPGRADE\fP is set\.