diff --git a/completions/bash/brew b/completions/bash/brew index 8bc69fa51d..2611b88a97 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -1772,6 +1772,7 @@ _brew_pr_pull() { --no-upload --quiet --resolve + --retain-bottle-dir --root-url --root-url-using --tap diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 6c8d26d761..46245adf12 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -1206,6 +1206,7 @@ __fish_brew_complete_arg 'pr-pull' -l no-commit -d 'Do not generate a new commit __fish_brew_complete_arg 'pr-pull' -l no-upload -d 'Download the bottles but don\'t upload them' __fish_brew_complete_arg 'pr-pull' -l quiet -d 'Make some output more quiet' __fish_brew_complete_arg 'pr-pull' -l resolve -d 'When a patch fails to apply, leave in progress and allow user to resolve, instead of aborting' +__fish_brew_complete_arg 'pr-pull' -l retain-bottle-dir -d 'Does not clean up the tmp directory for the bottle so it can be used later' __fish_brew_complete_arg 'pr-pull' -l root-url -d 'Use the specified URL as the root of the bottle\'s URL instead of Homebrew\'s default' __fish_brew_complete_arg 'pr-pull' -l root-url-using -d 'Use the specified download strategy class for downloading the bottle\'s URL instead of Homebrew\'s default' __fish_brew_complete_arg 'pr-pull' -l tap -d 'Target tap repository (default: `homebrew/core`)' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 3c0198f098..21714f3ac4 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -1493,6 +1493,7 @@ _brew_pr_pull() { '--no-upload[Download the bottles but don'\''t upload them]' \ '--quiet[Make some output more quiet]' \ '--resolve[When a patch fails to apply, leave in progress and allow user to resolve, instead of aborting]' \ + '--retain-bottle-dir[Does not clean up the tmp directory for the bottle so it can be used later]' \ '--root-url[Use the specified URL as the root of the bottle'\''s URL instead of Homebrew'\''s default]' \ '--root-url-using[Use the specified download strategy class for downloading the bottle'\''s URL instead of Homebrew'\''s default]' \ '--tap[Target tap repository (default: `homebrew/core`)]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index 24a7a6d738..9a2b6cf02c 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1432,6 +1432,8 @@ Requires write access to the repository. When a patch fails to apply, leave in progress and allow user to resolve, instead of aborting. * `--warn-on-upload-failure`: Warn instead of raising an error if the bottle upload fails. Useful for repairing bottle uploads that previously failed. +* `--retain-bottle-dir`: + Does not clean up the tmp directory for the bottle so it can be used later. * `--committer`: Specify a committer name and email in `git`'s standard author format. * `--message`: diff --git a/manpages/brew.1 b/manpages/brew.1 index 954d4c9fdf..f170d805e0 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -2054,6 +2054,10 @@ When a patch fails to apply, leave in progress and allow user to resolve, instea Warn instead of raising an error if the bottle upload fails\. Useful for repairing bottle uploads that previously failed\. . .TP +\fB\-\-retain\-bottle\-dir\fR +Does not clean up the tmp directory for the bottle so it can be used later\. +. +.TP \fB\-\-committer\fR Specify a committer name and email in \fBgit\fR\'s standard author format\. .