diff options
| author | Adam Vandenberg | 2014-03-04 18:27:11 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-03-04 18:27:11 -0800 |
| commit | f22aff42e162849f709b5240845f2359e3958ae5 (patch) | |
| tree | d4da9796a33bb6a304e461a1f18e0696366efe13 /Library | |
| parent | e35adf15467feaac5f272918cbc167d0dca3da3d (diff) | |
| download | brew-f22aff42e162849f709b5240845f2359e3958ae5.tar.bz2 | |
document fetch --force-bottle
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 27c42b7b6..44b2264f1 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -117,7 +117,7 @@ Note that these flags should only appear after a command. * `edit` <formula>: Open <formula> in the editor. - * `fetch [--force] [-v] [--HEAD] [--deps] [--build-from-source]` <formulae>: + * `fetch [--force] [-v] [--HEAD] [--deps] [--build-from-source|--force-bottle]` <formulae>: Download the source packages for the given <formulae>. For tarballs, also print SHA1 and SHA-256 checksums. @@ -132,6 +132,9 @@ Note that these flags should only appear after a command. If `--build-from-source` is passed, download the source rather than a bottle. + If `--force-bottle` is passed, download a bottle if it exists for the current + version of OS X, even if it would not be used during installation. + * `home`: Open Homebrew's own homepage in a browser. |
