diff options
Diffstat (limited to 'Library/Homebrew/cmd/fetch.rb')
| -rw-r--r-- | Library/Homebrew/cmd/fetch.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/fetch.rb b/Library/Homebrew/cmd/fetch.rb index 1dd6da4b3..249f00faf 100644 --- a/Library/Homebrew/cmd/fetch.rb +++ b/Library/Homebrew/cmd/fetch.rb @@ -1,4 +1,4 @@ -#: * `fetch` [`--force`] [`-v`] [`--devel`|`--HEAD`] [`--deps`] [`--build-from-source`|`--force-bottle`] <formulae>: +#: * `fetch` [`--force`] [`--retry`] [`-v`] [`--devel`|`--HEAD`] [`--deps`] [`--build-from-source`|`--force-bottle`] <formulae>: #: Download the source packages for the given <formulae>. #: For tarballs, also print SHA-256 checksums. #: @@ -10,6 +10,9 @@ #: #: If `--force` is passed, remove a previously cached version and re-fetch. #: +#: If `--retry` is passed, retry if a download fails or re-download if the +#: checksum of a previously cached version no longer matches. +#: #: If `--deps` is passed, also download dependencies for any listed <formulae>. #: #: If `--build-from-source` is passed, download the source rather than a |
