Improve HOMEBREW_INSTALL_FROM_API description

This commit is contained in:
Rylan Polster 2021-10-27 02:09:55 -04:00
parent 7bb69e0b4c
commit 2e78389516
No known key found for this signature in database
GPG Key ID: 46A744940CFF4D64
3 changed files with 7 additions and 1 deletions

View File

@ -191,7 +191,8 @@ module Homebrew
}, },
HOMEBREW_INSTALL_FROM_API: { HOMEBREW_INSTALL_FROM_API: {
description: "If set, install formulae and casks in homebrew/core and homebrew/cask taps using Homebrew's " \ description: "If set, install formulae and casks in homebrew/core and homebrew/cask taps using Homebrew's " \
"API instead of needing (large, slow) local checkouts of these repositories.", "API instead of needing (large, slow) local checkouts of these repositories." \
"\n\n *Note:* Users with developer mode enabled cannot set HOMEBREW_INSTALL_FROM_API.",
boolean: true, boolean: true,
}, },
HOMEBREW_LIVECHECK_WATCHLIST: { HOMEBREW_LIVECHECK_WATCHLIST: {

View File

@ -2032,6 +2032,8 @@ example, run `export HOMEBREW_NO_INSECURE_REDIRECT=1` rather than just
- `HOMEBREW_INSTALL_FROM_API` - `HOMEBREW_INSTALL_FROM_API`
<br>If set, install formulae and casks in homebrew/core and homebrew/cask taps using Homebrew's API instead of needing (large, slow) local checkouts of these repositories. <br>If set, install formulae and casks in homebrew/core and homebrew/cask taps using Homebrew's API instead of needing (large, slow) local checkouts of these repositories.
*Note:* Users with developer mode enabled cannot set HOMEBREW_INSTALL_FROM_API.
- `HOMEBREW_LIVECHECK_WATCHLIST` - `HOMEBREW_LIVECHECK_WATCHLIST`
<br>Consult this file for the list of formulae to check by default when no formula argument is passed to `brew livecheck`. <br>Consult this file for the list of formulae to check by default when no formula argument is passed to `brew livecheck`.

View File

@ -2933,6 +2933,9 @@ Print this text before the installation summary of each successful build\.
.br .br
If set, install formulae and casks in homebrew/core and homebrew/cask taps using Homebrew\'s API instead of needing (large, slow) local checkouts of these repositories\. If set, install formulae and casks in homebrew/core and homebrew/cask taps using Homebrew\'s API instead of needing (large, slow) local checkouts of these repositories\.
. .
.IP
\fINote:\fR Users with developer mode enabled cannot set HOMEBREW_INSTALL_FROM_API\.
.
.TP .TP
\fBHOMEBREW_LIVECHECK_WATCHLIST\fR \fBHOMEBREW_LIVECHECK_WATCHLIST\fR
. .