Remove reference to --enable-bar that does not exist

This commit is contained in:
Watal M. Iwasaki 2022-07-23 18:23:05 +09:00
parent 5080312bdd
commit 975e799969

View File

@ -78,7 +78,6 @@ Homebrew provides pre-built binary packages for many formulae. These are referre
If available, bottled binaries will be used by default except under the following conditions:
* Options were passed to the install command, i.e. `brew install <formula>` will use a bottled version of the formula, but `brew install --enable-bar <formula>` will trigger a source build.
* The `--build-from-source` option is invoked.
* No bottle is available for the machine's currently running OS version. (Bottles for macOS are generated only for supported macOS versions.)
* Homebrew is installed to a prefix other than the default (although some bottles support this).