From 8071dcac242da8e78f80e09feaf46fef101f5236 Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Sun, 5 Jul 2015 20:07:08 -0700 Subject: brew.1: document `install --force-bottle` Closes Homebrew/homebrew#41398. Signed-off-by: Dominyk Tiller --- Library/Homebrew/manpages/brew.1.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md index 3281f148d..d5c6fa17c 100644 --- a/Library/Homebrew/manpages/brew.1.md +++ b/Library/Homebrew/manpages/brew.1.md @@ -184,7 +184,7 @@ Note that these flags should only appear after a command. See the docs for examples of using the JSON: - * `install [--debug] [--env=] [--ignore-dependencies] [--only-dependencies] [--cc=] [--build-from-source] [--devel|--HEAD]` : + * `install [--debug] [--env=] [--ignore-dependencies] [--only-dependencies] [--cc=] [--build-from-source|--force-bottle] [--devel|--HEAD]` : Install . is usually the name of the formula to install, but it can be specified @@ -213,6 +213,9 @@ Note that these flags should only appear after a command. If `--build-from-source` is passed, compile from source even if a bottle is provided for . + If `--force-bottle` is passed, install from a bottle if it exists + for the current version of OS X, even if custom options are given. + If `--devel` is passed, and defines it, install the development version. If `--HEAD` is passed, and defines it, install the HEAD version, -- cgit v1.2.3