diff options
| author | Dominyk Tiller | 2016-08-27 15:57:09 +0100 |
|---|---|---|
| committer | Dominyk Tiller | 2016-08-27 15:57:09 +0100 |
| commit | 003b39bc84f87a3aa126312377cb90d3fcdf1625 (patch) | |
| tree | f7bbd3b084ac49e507e3158c215d3e4d8ad8f232 /share | |
| parent | 0b0893e26e801856fad96fda2a514c27f7140457 (diff) | |
| download | brew-003b39bc84f87a3aa126312377cb90d3fcdf1625.tar.bz2 | |
man: update for tap preinstall
Diffstat (limited to 'share')
| -rw-r--r-- | share/doc/homebrew/brew.1.html | 4 | ||||
| -rw-r--r-- | share/man/man1/brew.1 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html index 8e46682ff..d768844b5 100644 --- a/share/doc/homebrew/brew.1.html +++ b/share/doc/homebrew/brew.1.html @@ -579,8 +579,8 @@ the number of parallel jobs to run when building with <code>make</code>(1).</p> <p><em>Default:</em> the number of available CPU cores.</p></dd> <dt><code>HOMEBREW_NO_ANALYTICS</code></dt><dd><p>If set, Homebrew will not send analytics. See: <a href="https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Analytics.md#analytics" data-bare-link="true">https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Analytics.md#analytics</a></p></dd> -<dt><code>HOMEBREW_NO_AUTO_UPDATE</code></dt><dd><p>If set, Homebrew will not auto-update before running <code>brew install</code> and -<code>brew upgrade</code>.</p></dd> +<dt><code>HOMEBREW_NO_AUTO_UPDATE</code></dt><dd><p>If set, Homebrew will not auto-update before running <code>brew install</code>, +<code>brew upgrade</code> or <code>brew tap</code>.</p></dd> <dt><code>HOMEBREW_NO_EMOJI</code></dt><dd><p>If set, Homebrew will not print the <code>HOMEBREW_INSTALL_BADGE</code> on a successful build.</p> diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 7bc65da91..258bbff57 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -804,7 +804,7 @@ If set, Homebrew will not send analytics\. See: \fIhttps://github\.com/Homebrew/ . .TP \fBHOMEBREW_NO_AUTO_UPDATE\fR -If set, Homebrew will not auto\-update before running \fBbrew install\fR and \fBbrew upgrade\fR\. +If set, Homebrew will not auto\-update before running \fBbrew install\fR, \fBbrew upgrade\fR or \fBbrew tap\fR\. . .TP \fBHOMEBREW_NO_EMOJI\fR |
