aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominyk Tiller2015-08-11 20:34:21 +0100
committerDominyk Tiller2015-08-11 20:36:13 +0100
commitfbfaa8a39afc53868b768426a621e2fe27376476 (patch)
treeb3b43aefe152f1888f246031d2a17c81764ccb01
parent0d4da4234a1ee776114408f118cd1d683360a2cf (diff)
downloadbrew-fbfaa8a39afc53868b768426a621e2fe27376476.tar.bz2
man: sha1 => sha256 reference
Closes Homebrew/homebrew#42507.
-rw-r--r--Library/Homebrew/manpages/brew.1.md2
-rw-r--r--share/man/man1/brew.12
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md
index 6373d6ee3..279214976 100644
--- a/Library/Homebrew/manpages/brew.1.md
+++ b/Library/Homebrew/manpages/brew.1.md
@@ -98,7 +98,7 @@ Note that these flags should only appear after a command.
If `--cmake` is passed, create a basic template for a CMake-style build.
If `--no-fetch` is passed, Homebrew will not download <URL> to the cache and
- will thus not add the SHA-1 to the formula for you.
+ will thus not add the SHA256 to the formula for you.
The options `--set-name` and `--set-version` each take an argument and allow
you to explicitly set the name and version of the package you are creating.
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index 4f6bf823c..65815832a 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -98,7 +98,7 @@ If \fB\-\-quiet\fR is passed, list only the names of commands without the header
If \fB\-\-autotools\fR is passed, create a basic template for an Autotools\-style build\. If \fB\-\-cmake\fR is passed, create a basic template for a CMake\-style build\.
.
.IP
-If \fB\-\-no\-fetch\fR is passed, Homebrew will not download \fIURL\fR to the cache and will thus not add the SHA\-1 to the formula for you\.
+If \fB\-\-no\-fetch\fR is passed, Homebrew will not download \fIURL\fR to the cache and will thus not add the SHA256 to the formula for you\.
.
.IP
The options \fB\-\-set\-name\fR and \fB\-\-set\-version\fR each take an argument and allow you to explicitly set the name and version of the package you are creating\.