From 10edfcd218daf522db5a9d43a368572441dc0b5a Mon Sep 17 00:00:00 2001 From: Max Nordlund Date: Sun, 10 Apr 2016 20:46:54 +0200 Subject: [PATCH] Fix documentation error Closes #10. Signed-off-by: Martin Afanasjew --- Library/Homebrew/cmd/fetch.rb | 2 +- Library/Homebrew/manpages/brew.1.md | 2 +- share/doc/homebrew/brew.1.html | 2 +- share/man/man1/brew.1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Library/Homebrew/cmd/fetch.rb b/Library/Homebrew/cmd/fetch.rb index 8a1a092ccd..929709151c 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`] : #: Download the source packages for the given . -#: 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 f5ebf47935..38113ad881 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`] : Download the source packages for the given . - 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/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html index 78015e975d..54090ac860 100644 --- a/share/doc/homebrew/brew.1.html +++ b/share/doc/homebrew/brew.1.html @@ -123,7 +123,7 @@ if any problems are found.

edit

Open all of Homebrew for editing.

edit formula

Open formula in the editor.

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/share/man/man1/brew.1 b/share/man/man1/brew.1 index f38dd62f24..c7178459b8 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -164,7 +164,7 @@ Open \fIformula\fR in the editor\. . .TP \fBfetch\fR [\fB\-\-force\fR] [\fB\-v\fR] [\fB\-\-devel\fR|\fB\-\-HEAD\fR] [\fB\-\-deps\fR] [\fB\-\-build\-from\-source\fR|\fB\-\-force\-bottle\fR] \fIformulae\fR -Download the source packages for the given \fIformulae\fR\. For tarballs, also print SHA\-1 and SHA\-256 checksums\. +Download the source packages for the given \fIformulae\fR\. For tarballs, also print SHA\-256 checksums\. . .IP If \fB\-\-HEAD\fR or \fB\-\-devel\fR is passed, fetch that version instead of the stable version\.