diff options
| author | Max Howell | 2011-03-13 12:52:41 +0000 |
|---|---|---|
| committer | Max Howell | 2011-03-13 12:52:41 +0000 |
| commit | e0639f1588752d66e3d0ecb991274f23247b783f (patch) | |
| tree | 529f8b08dfabae43b008e8eb95908afd557b46b5 /share | |
| parent | b7f093925e7a751914f131aaecd8c080d3441c16 (diff) | |
| download | brew-e0639f1588752d66e3d0ecb991274f23247b783f.tar.bz2 | |
Replace create --cache with create --no-fetch
Because since 0.8 we do the opposite, ie. download by default.
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man1/brew.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 06f0d707e..8742ed17e 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -110,11 +110,11 @@ Uninstall \fIformula\fR\. If \fB\-\-force\fR is passed, and there are multiple versions of \fIformula\fR installed, delete all installed versions\. . .TP -\fBcreate [\-\-cache]\fR \fIURL\fR +\fBcreate [\-\-no\-fetch]\fR \fIURL\fR Generate a formula for the downloadable file at \fIURL\fR and opens it in $EDITOR\. Homebrew will attempt to automatically derive the formula name and version, if it fails, you\'ll have to make your own template\. I suggest copying wget\'s\. . .IP -If \fB\-\-cache\fR is passed, Homebrew will download the \fIURL\fR to the cache and add the MD5 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 MD5 to the formula for you\. . .TP \fBedit\fR \fIformula\fR |
