From 6b06a408037a990e8525ceeab19e598aaa0b51f6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 6 Sep 2022 10:11:21 +0000 Subject: [PATCH] Update manpage and completions. Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/maintainers-man-completions.yml) workflow. --- completions/fish/brew.fish | 2 +- completions/zsh/_brew | 2 +- docs/Manpage.md | 2 +- manpages/brew.1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 1a0293f845..b425fad62b 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -703,7 +703,7 @@ __fish_brew_complete_arg 'fetch' -l help -d 'Show this message' __fish_brew_complete_arg 'fetch' -l no-quarantine -d 'Disable/enable quarantining of downloads (default: enabled)' __fish_brew_complete_arg 'fetch' -l quarantine -d 'Disable/enable quarantining of downloads (default: enabled)' __fish_brew_complete_arg 'fetch' -l quiet -d 'Make some output more quiet' -__fish_brew_complete_arg 'fetch' -l retry -d 'Retry if downloading fails or re-download if the checksum of a previously cached version no longer matches' +__fish_brew_complete_arg 'fetch' -l retry -d 'Retry if downloading fails or re-download if the checksum of a previously cached version no longer matches. Tries at most 5 times with exponential backoff' __fish_brew_complete_arg 'fetch' -l verbose -d 'Do a verbose VCS checkout, if the URL represents a VCS. This is useful for seeing if an existing VCS cache has been updated' __fish_brew_complete_arg 'fetch; and not __fish_seen_argument -l cask -l casks' -a '(__fish_brew_suggest_formulae_all)' __fish_brew_complete_arg 'fetch; and not __fish_seen_argument -l formula -l formulae' -a '(__fish_brew_suggest_casks_all)' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 3c5c63c0e0..bd5a62d9f4 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -860,7 +860,7 @@ _brew_fetch() { '--no-quarantine[Disable/enable quarantining of downloads (default: enabled)]' \ '--quarantine[Disable/enable quarantining of downloads (default: enabled)]' \ '--quiet[Make some output more quiet]' \ - '--retry[Retry if downloading fails or re-download if the checksum of a previously cached version no longer matches]' \ + '--retry[Retry if downloading fails or re-download if the checksum of a previously cached version no longer matches. Tries at most 5 times with exponential backoff]' \ '--verbose[Do a verbose VCS checkout, if the URL represents a VCS. This is useful for seeing if an existing VCS cache has been updated]' \ - formula \ '(--cask)--formula[Treat all named arguments as formulae]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index 00e511a6a8..34c84e132c 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -234,7 +234,7 @@ and binaries for *`cask`*s. For files, also print SHA-256 checksums. * `-v`, `--verbose`: Do a verbose VCS checkout, if the URL represents a VCS. This is useful for seeing if an existing VCS cache has been updated. * `--retry`: - Retry if downloading fails or re-download if the checksum of a previously cached version no longer matches. + Retry if downloading fails or re-download if the checksum of a previously cached version no longer matches. Tries at most 5 times with exponential backoff. * `--deps`: Also download dependencies for any listed *`formula`*. * `-s`, `--build-from-source`: diff --git a/manpages/brew.1 b/manpages/brew.1 index beb40c2f1b..cf6483e085 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -295,7 +295,7 @@ Do a verbose VCS checkout, if the URL represents a VCS\. This is useful for seei . .TP \fB\-\-retry\fR -Retry if downloading fails or re\-download if the checksum of a previously cached version no longer matches\. +Retry if downloading fails or re\-download if the checksum of a previously cached version no longer matches\. Tries at most 5 times with exponential backoff\. . .TP \fB\-\-deps\fR