diff --git a/completions/bash/brew b/completions/bash/brew index 94315a7c60..6c6e5e0c5c 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -475,7 +475,6 @@ _brew_bump() { --full-name --help --installed - --limit --no-fork --no-pull-requests --open-pr diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 3fde28c5f4..bd8ee9a6b0 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -389,7 +389,7 @@ __fish_brew_complete_arg 'bottle' -l write -d 'Write changes to the formula file __fish_brew_complete_arg 'bottle' -a '(__fish_brew_suggest_formulae_installed)' -__fish_brew_complete_cmd 'bump' 'Display out-of-date brew formulae and the latest version available' +__fish_brew_complete_cmd 'bump' 'Displays out-of-date packages and the latest version available' __fish_brew_complete_arg 'bump' -l cask -d 'Check only casks' __fish_brew_complete_arg 'bump' -l debug -d 'Display any debugging information' __fish_brew_complete_arg 'bump' -l eval-all -d 'Evaluate all formulae and casks' @@ -397,7 +397,6 @@ __fish_brew_complete_arg 'bump' -l formula -d 'Check only formulae' __fish_brew_complete_arg 'bump' -l full-name -d 'Print formulae/casks with fully-qualified names' __fish_brew_complete_arg 'bump' -l help -d 'Show this message' __fish_brew_complete_arg 'bump' -l installed -d 'Check formulae and casks that are currently installed' -__fish_brew_complete_arg 'bump' -l limit -d 'Limit number of package results returned' __fish_brew_complete_arg 'bump' -l no-fork -d 'Don\'t try to fork the repository' __fish_brew_complete_arg 'bump' -l no-pull-requests -d 'Do not retrieve pull requests from GitHub' __fish_brew_complete_arg 'bump' -l open-pr -d 'Open a pull request for the new version if none have been opened yet' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 12bca922a9..af508972c8 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -143,7 +143,7 @@ __brew_internal_commands() { 'audit:Check formula for Homebrew coding style violations' 'autoremove:Uninstall formulae that were only installed as a dependency of another formula and are now no longer needed' 'bottle:Generate a bottle (binary package) from a formula that was installed with `--build-bottle`' - 'bump:Display out-of-date brew formulae and the latest version available' + 'bump:Displays out-of-date packages and the latest version available' 'bump-cask-pr:Create a pull request to update cask with a new version' 'bump-formula-pr:Create a pull request to update formula with a new URL or a new tag' 'bump-revision:Create a commit to increment the revision of formula' @@ -514,11 +514,10 @@ _brew_bottle() { _brew_bump() { _arguments \ '--debug[Display any debugging information]' \ - '--eval-all[Evaluate all formulae and casks]' \ + '(--installed)--eval-all[Evaluate all formulae and casks]' \ '--full-name[Print formulae/casks with fully-qualified names]' \ '--help[Show this message]' \ - '(--tap)--installed[Check formulae and casks that are currently installed]' \ - '--limit[Limit number of package results returned]' \ + '(--tap --eval-all)--installed[Check formulae and casks that are currently installed]' \ '--no-fork[Don'\''t try to fork the repository]' \ '(--open-pr)--no-pull-requests[Do not retrieve pull requests from GitHub]' \ '(--no-pull-requests)--open-pr[Open a pull request for the new version if none have been opened yet]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index d4281ada91..1131883df5 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1754,9 +1754,9 @@ at its original value, while `--no-rebuild` will remove it. ### `bump` \[*`options`*\] \[*`formula`*\|*`cask`* ...\] -Display out-of-date brew formulae and the latest version available. If the -returned current and livecheck versions differ or when querying specific -formulae, also displays whether a pull request has been opened with the URL. +Displays out-of-date packages and the latest version available. If the returned +current and livecheck versions differ or when querying specific packages, also +displays whether a pull request has been opened with the URL. `--full-name` @@ -1799,10 +1799,6 @@ formulae, also displays whether a pull request has been opened with the URL. : Open a pull request for the new version if none have been opened yet. -`--limit` - -: Limit number of package results returned. - `--start-with` : Letter or word that the list of package results should alphabetically follow. diff --git a/manpages/brew.1 b/manpages/brew.1 index 36fe165a99..718567b734 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1102,7 +1102,7 @@ Use the specified \fIURL\fP as the root of the bottle\[u2019]s URL instead of Ho \fB\-\-root\-url\-using\fP Use the specified download strategy class for downloading the bottle\[u2019]s URL instead of Homebrew\[u2019]s default\. .SS "\fBbump\fP \fR[\fIoptions\fP] \fR[\fIformula\fP|\fIcask\fP \.\.\.]" -Display out\-of\-date brew formulae and the latest version available\. If the returned current and livecheck versions differ or when querying specific formulae, also displays whether a pull request has been opened with the URL\. +Displays out\-of\-date packages and the latest version available\. If the returned current and livecheck versions differ or when querying specific packages, also displays whether a pull request has been opened with the URL\. .TP \fB\-\-full\-name\fP Print formulae/casks with fully\-qualified names\. @@ -1134,9 +1134,6 @@ Don\[u2019]t try to fork the repository\. \fB\-\-open\-pr\fP Open a pull request for the new version if none have been opened yet\. .TP -\fB\-\-limit\fP -Limit number of package results returned\. -.TP \fB\-\-start\-with\fP Letter or word that the list of package results should alphabetically follow\. .SS "\fBbump\-cask\-pr\fP \fR[\fIoptions\fP] \fIcask\fP"