aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Nordlund2016-04-10 20:46:54 +0200
committerMartin Afanasjew2016-04-10 22:59:25 +0200
commit10edfcd218daf522db5a9d43a368572441dc0b5a (patch)
tree61cfb147e9390bdad18959b5c342192537c1e3d1 /Library
parentc8a2cd4e10e6ea1d4e10531fbbc1ef10b0741815 (diff)
downloadbrew-10edfcd218daf522db5a9d43a368572441dc0b5a.tar.bz2
Fix documentation error
Closes #10. Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/fetch.rb2
-rw-r--r--Library/Homebrew/manpages/brew.1.md2
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.