diff options
| author | Mike McQuaid | 2016-08-14 10:07:28 +0100 |
|---|---|---|
| committer | GitHub | 2016-08-14 10:07:28 +0100 |
| commit | d5005f4d8be00e89942d13c192e0bb8e75a0edfc (patch) | |
| tree | 4afd25027f9a7b68be2cf5c5ad736af5a3f676b1 /share/man/man1 | |
| parent | dd94aca9ebdbf268e94c1c6d8ed4a88a7cee2c05 (diff) | |
| parent | b6f467b007c86b2a0f41e97bc38eb55e01622bd1 (diff) | |
| download | brew-d5005f4d8be00e89942d13c192e0bb8e75a0edfc.tar.bz2 | |
Merge pull request #679 from MikeMcQuaid/ship-auto-update
Ship Homebrew auto-update support.
Diffstat (limited to 'share/man/man1')
| -rw-r--r-- | share/man/man1/brew.1 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index b64676513..557bf0a33 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -722,6 +722,13 @@ If set, instructs Homebrew to use the given URL as a download mirror for bottles If set, instructs Homebrew to use the given URL as a download mirror for bottles and binaries\. . .TP +\fBHOMEBREW_AUTO_UPDATE_SECS\fR +If set, Homebrew will only check for autoupdates once per this seconds interval\. +. +.IP +\fIDefault:\fR \fB60\fR\. +. +.TP \fBHOMEBREW_BROWSER\fR If set, uses this setting as the browser when opening project homepages, instead of the OS default browser\. . @@ -786,6 +793,10 @@ If set, instructs Homebrew to use the value of \fBHOMEBREW_MAKE_JOBS\fR as the n If set, Homebrew will not send analytics\. See: \fIhttps://github\.com/Homebrew/brew/blob/master/share/doc/homebrew/Analytics\.md#analytics\fR . .TP +\fBHOMEBREW_NO_AUTO_UPDATE\fR +If set, Homebrew will not auto\-update before running \fBbrew install\fR and \fBbrew upgrade\fR\. +. +.TP \fBHOMEBREW_NO_EMOJI\fR If set, Homebrew will not print the \fBHOMEBREW_INSTALL_BADGE\fR on a successful build\. . |
