From f22aff42e162849f709b5240845f2359e3958ae5 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 4 Mar 2014 18:27:11 -0800 Subject: document fetch --force-bottle --- Library/Contributions/manpages/brew.1.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Library') 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` : Open in the editor. - * `fetch [--force] [-v] [--HEAD] [--deps] [--build-from-source]` : + * `fetch [--force] [-v] [--HEAD] [--deps] [--build-from-source|--force-bottle]` : Download the source packages for the given . 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. -- cgit v1.2.3