diff --git a/completions/bash/brew b/completions/bash/brew index 199b50a05d..8591f15474 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -443,6 +443,7 @@ _brew_bump() { --help --installed --limit + --no-fork --no-pull-requests --open-pr --quiet diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 9bb4783131..6df3972270 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -383,6 +383,7 @@ __fish_brew_complete_arg 'bump' -l full-name -d 'Print formulae/casks with fully __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' __fish_brew_complete_arg 'bump' -l quiet -d 'Make some output more quiet' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index b41aef0d9d..e4c7bf78e8 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -498,6 +498,7 @@ _brew_bump() { '--help[Show this message]' \ '--installed[Check formulae and casks that are currently installed]' \ '--limit[Limit number of package results returned]' \ + '--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]' \ '--quiet[Make some output more quiet]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index 2abe611ece..e72c5cae82 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1031,6 +1031,8 @@ formulae, also displays whether a pull request has been opened with the URL. Check only casks. * `--installed`: Check formulae and casks that are currently installed. +* `--no-fork`: + Don't try to fork the repository. * `--open-pr`: Open a pull request for the new version if none have been opened yet. * `--limit`: diff --git a/manpages/brew.1 b/manpages/brew.1 index 69941c531d..fe1d766b5e 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1461,6 +1461,10 @@ Check only casks\. Check formulae and casks that are currently installed\. . .TP +\fB\-\-no\-fork\fR +Don\'t try to fork the repository\. +. +.TP \fB\-\-open\-pr\fR Open a pull request for the new version if none have been opened yet\. .