From 493c07372b9e56fa09389e451f3328202dba62e2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 13 Mar 2025 10:53:02 +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 | 3 ++- manpages/brew.1 | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Manpage.md b/docs/Manpage.md index dcda668a4c..18aa335e79 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -3273,7 +3273,8 @@ By default, only Homebrew formula dependencies are listed. : Remove entries that match `name` from your `Brewfile`. Use `--formula`, `--cask`, `--tap`, `--mas`, `--whalebrew` or `--vscode` to remove only entries - of the corresponding type. + of the corresponding type. Passing `--formula` also removes matches against + formula aliases and old formula names. `brew bundle exec` *`command`* diff --git a/manpages/brew.1 b/manpages/brew.1 index 04c72bb541..63621a6fc0 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -2102,7 +2102,7 @@ Edit the \fBBrewfile\fP in your editor\. Add entries to your \fBBrewfile\fP\&\. Adds formulae by default\. Use \fB\-\-cask\fP, \fB\-\-tap\fP, \fB\-\-whalebrew\fP or \fB\-\-vscode\fP to add the corresponding entry instead\. .TP \fBbrew bundle remove\fP \fIname\fP [\.\.\.] -Remove entries that match \fBname\fP from your \fBBrewfile\fP\&\. Use \fB\-\-formula\fP, \fB\-\-cask\fP, \fB\-\-tap\fP, \fB\-\-mas\fP, \fB\-\-whalebrew\fP or \fB\-\-vscode\fP to remove only entries of the corresponding type\. +Remove entries that match \fBname\fP from your \fBBrewfile\fP\&\. Use \fB\-\-formula\fP, \fB\-\-cask\fP, \fB\-\-tap\fP, \fB\-\-mas\fP, \fB\-\-whalebrew\fP or \fB\-\-vscode\fP to remove only entries of the corresponding type\. Passing \fB\-\-formula\fP also removes matches against formula aliases and old formula names\. .TP \fBbrew bundle exec\fP \fIcommand\fP Run an external command in an isolated build environment based on the \fBBrewfile\fP dependencies\.