diff options
| author | Vlad Shablinsky | 2016-08-11 09:28:29 +0200 |
|---|---|---|
| committer | Vlad Shablinsky | 2016-08-11 09:30:59 +0200 |
| commit | 7fa9c0e9778d50f88ff7cf8ac18c7f198fd9c9fd (patch) | |
| tree | 5d0dbb6d46ec0ee3f22fa79557929d4329049eac /share | |
| parent | 06fe347de97975dc01e726f87bf07a56a6fb713e (diff) | |
| download | brew-7fa9c0e9778d50f88ff7cf8ac18c7f198fd9c9fd.tar.bz2 | |
Update --fetch-HEAD documentation
Diffstat (limited to 'share')
| -rw-r--r-- | share/doc/homebrew/brew.1.html | 14 | ||||
| -rw-r--r-- | share/man/man1/brew.1 | 4 |
2 files changed, 10 insertions, 8 deletions
diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html index b9b6bf3c0..e25222cd1 100644 --- a/share/doc/homebrew/brew.1.html +++ b/share/doc/homebrew/brew.1.html @@ -307,9 +307,10 @@ precedence over <code>--verbose</code>).</p> <p>If <code>--json=</code><var>version</var> is passed, the output will be in JSON format. The only valid version is <code>v1</code>.</p> -<p>If <code>--fetch-HEAD</code> is passed, fetch upstream repository to detect that HEAD -formula is outdated. Otherwise HEAD-installation is considered outdated if -new stable or devel version is bumped after that installation.</p></dd> +<p>If <code>--fetch-HEAD</code> is passed, fetch the upstream repository to detect if +the HEAD installation of the formula is outdated. Otherwise, the +repository's HEAD will be checked for updates when a new stable or devel +version has been released.</p></dd> <dt><code>pin</code> <var>formulae</var></dt><dd><p>Pin the specified <var>formulae</var>, preventing them from being upgraded when issuing the <code>brew upgrade</code> command. See also <code>unpin</code>.</p></dd> <dt><code>prune</code> [<code>--dry-run</code>]</dt><dd><p>Remove dead symlinks from the Homebrew prefix. This is generally not @@ -446,9 +447,10 @@ source. This is useful for creating patches for the software.</p></dd> <p>If <code>--cleanup</code> is specified then remove previously installed <var>formula</var> version(s).</p> -<p>If <code>--fetch-HEAD</code> is passed, fetch upstream repository to detect that HEAD -formula is outdated. Otherwise HEAD-installation is considered outdated if -new stable or devel version is bumped after that installation.</p> +<p>If <code>--fetch-HEAD</code> is passed, fetch the upstream repository to detect if +the HEAD installation of the formula is outdated. Otherwise, the +repository's HEAD will be checked for updates when a new stable or devel +version has been released.</p> <p>If <var>formulae</var> are given, upgrade only the specified brews (but do so even if they are pinned; see <code>pin</code>, <code>unpin</code>).</p></dd> diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index f3c5f3899..2b6a16380 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -408,7 +408,7 @@ If \fB\-\-verbose\fR is passed, display detailed version information\. If \fB\-\-json=\fR\fIversion\fR is passed, the output will be in JSON format\. The only valid version is \fBv1\fR\. . .IP -If \fB\-\-fetch\-HEAD\fR is passed, fetch upstream repository to detect that HEAD formula is outdated\. Otherwise HEAD\-installation is considered outdated if new stable or devel version is bumped after that installation\. +If \fB\-\-fetch\-HEAD\fR is passed, fetch the upstream repository to detect if the HEAD installation of the formula is outdated\. Otherwise, the repository\'s HEAD will be checked for updates when a new stable or devel version has been released\. . .TP \fBpin\fR \fIformulae\fR @@ -610,7 +610,7 @@ Options for the \fBinstall\fR command are also valid here\. If \fB\-\-cleanup\fR is specified then remove previously installed \fIformula\fR version(s)\. . .IP -If \fB\-\-fetch\-HEAD\fR is passed, fetch upstream repository to detect that HEAD formula is outdated\. Otherwise HEAD\-installation is considered outdated if new stable or devel version is bumped after that installation\. +If \fB\-\-fetch\-HEAD\fR is passed, fetch the upstream repository to detect if the HEAD installation of the formula is outdated\. Otherwise, the repository\'s HEAD will be checked for updates when a new stable or devel version has been released\. . .IP If \fIformulae\fR are given, upgrade only the specified brews (but do so even if they are pinned; see \fBpin\fR, \fBunpin\fR)\. |
