diff options
| author | Alex Dunn | 2015-07-05 20:07:08 -0700 |
|---|---|---|
| committer | Dominyk Tiller | 2015-07-08 02:43:32 +0100 |
| commit | 8071dcac242da8e78f80e09feaf46fef101f5236 (patch) | |
| tree | 041db317b862b572fc119b4d305add52fe8143d3 /Library | |
| parent | 10495fb1fa29a4229d9f1edbc3ab5a90f84c3fd0 (diff) | |
| download | brew-8071dcac242da8e78f80e09feaf46fef101f5236.tar.bz2 | |
brew.1: document `install --force-bottle`
Closes Homebrew/homebrew#41398.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/manpages/brew.1.md | 5 |
1 files changed, 4 insertions, 1 deletions
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: <https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Querying-Brew.md> - * `install [--debug] [--env=<std|super>] [--ignore-dependencies] [--only-dependencies] [--cc=<compiler>] [--build-from-source] [--devel|--HEAD]` <formula>: + * `install [--debug] [--env=<std|super>] [--ignore-dependencies] [--only-dependencies] [--cc=<compiler>] [--build-from-source|--force-bottle] [--devel|--HEAD]` <formula>: Install <formula>. <formula> 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 <formula>. + 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 <formula> defines it, install the development version. If `--HEAD` is passed, and <formula> defines it, install the HEAD version, |
