diff --git a/docs/Manpage.md b/docs/Manpage.md index 97f63b5fc73e8..c660eb7c32ec1 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1854,7 +1854,7 @@ This sanitized build environment ignores unrequested dependencies, which makes s * `--no-upgrade`: `install` won't run `brew upgrade` on outdated dependencies. Note they may still be upgraded by `brew install` if needed. * `-f`, `--force`: - `dump` overwrites an existing `Brewfile`. `cleanup` actually performs its cleanup operations. + `install` runs with `--force`/`--overwrite`. `dump` overwrites an existing `Brewfile`. `cleanup` actually performs its cleanup operations. * `--cleanup`: `install` performs cleanup operation, same as running `cleanup --force`. This is enabled by default if HOMEBREW_BUNDLE_INSTALL_CLEANUP is set. * `--no-lock`: diff --git a/manpages/brew.1 b/manpages/brew.1 index 712d730cafaab..3f905a50456e5 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -2634,7 +2634,7 @@ Read the \fBBrewfile\fR from \fB~/\.Brewfile\fR or the \fBHOMEBREW_BUNDLE_FILE_G . .TP \fB\-f\fR, \fB\-\-force\fR -\fBdump\fR overwrites an existing \fBBrewfile\fR\. \fBcleanup\fR actually performs its cleanup operations\. +\fBinstall\fR runs with \fB\-\-force\fR/\fB\-\-overwrite\fR\. \fBdump\fR overwrites an existing \fBBrewfile\fR\. \fBcleanup\fR actually performs its cleanup operations\. . .TP \fB\-\-cleanup\fR