diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/fetch.rb | 2 | ||||
| -rw-r--r-- | Library/Homebrew/manpages/brew.1.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/fetch.rb b/Library/Homebrew/cmd/fetch.rb index 8a1a092cc..929709151 100644 --- a/Library/Homebrew/cmd/fetch.rb +++ b/Library/Homebrew/cmd/fetch.rb @@ -1,6 +1,6 @@ #: * `fetch` [`--force`] [`-v`] [`--devel`|`--HEAD`] [`--deps`] [`--build-from-source`|`--force-bottle`] <formulae>: #: Download the source packages for the given <formulae>. -#: For tarballs, also print SHA-1 and SHA-256 checksums. +#: For tarballs, also print SHA-256 checksums. #: #: If `--HEAD` or `--devel` is passed, fetch that version instead of the #: stable version. diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md index f5ebf4793..38113ad88 100644 --- a/Library/Homebrew/manpages/brew.1.md +++ b/Library/Homebrew/manpages/brew.1.md @@ -154,7 +154,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note * `fetch` [`--force`] [`-v`] [`--devel`|`--HEAD`] [`--deps`] [`--build-from-source`|`--force-bottle`] <formulae>: Download the source packages for the given <formulae>. - For tarballs, also print SHA-1 and SHA-256 checksums. + For tarballs, also print SHA-256 checksums. If `--HEAD` or `--devel` is passed, fetch that version instead of the stable version. |
