diff options
| author | Max Nordlund | 2016-04-10 20:46:54 +0200 | 
|---|---|---|
| committer | Martin Afanasjew | 2016-04-10 22:59:25 +0200 | 
| commit | 10edfcd218daf522db5a9d43a368572441dc0b5a (patch) | |
| tree | 61cfb147e9390bdad18959b5c342192537c1e3d1 /Library/Homebrew/cmd/fetch.rb | |
| parent | c8a2cd4e10e6ea1d4e10531fbbc1ef10b0741815 (diff) | |
| download | brew-10edfcd218daf522db5a9d43a368572441dc0b5a.tar.bz2 | |
Fix documentation error
Closes #10.
Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
Diffstat (limited to 'Library/Homebrew/cmd/fetch.rb')
| -rw-r--r-- | Library/Homebrew/cmd/fetch.rb | 2 | 
1 files changed, 1 insertions, 1 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. | 
