diff options
| author | Uladzislau Shablinski | 2016-08-06 17:08:35 +0300 |
|---|---|---|
| committer | Xu Cheng | 2016-08-06 22:08:35 +0800 |
| commit | b8ce1fe1b2abfc6b38a6c6451ef8074f2a83a8eb (patch) | |
| tree | 9861927ad5f8f751d45d5e1f5be539db9432bf19 /share/doc | |
| parent | 072e5df4ed3afb0ca6a7bbd8e869d9ff8e5f8d73 (diff) | |
| download | brew-b8ce1fe1b2abfc6b38a6c6451ef8074f2a83a8eb.tar.bz2 | |
Update upgrade/outdated documentation (#650)
Diffstat (limited to 'share/doc')
| -rw-r--r-- | share/doc/homebrew/brew.1.html | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html index ad1b1f392..b9b6bf3c0 100644 --- a/share/doc/homebrew/brew.1.html +++ b/share/doc/homebrew/brew.1.html @@ -294,7 +294,7 @@ spaces.</p> <p>If <code>--all</code> is passed, show options for all formulae.</p> <p>If <code>--installed</code> is passed, show options for all installed formulae.</p></dd> -<dt><code>outdated</code> [<code>--quiet</code>|<code>--verbose</code>|<code>--json=v1</code>]</dt><dd><p>Show formulae that have an updated version available.</p> +<dt><code>outdated</code> [<code>--quiet</code>|<code>--verbose</code>|<code>--json=v1</code>] [<code>--fetch-HEAD</code>]</dt><dd><p>Show formulae that have an updated version available.</p> <p>By default, version information is displayed in interactive shells, and suppressed otherwise.</p> @@ -305,7 +305,11 @@ precedence over <code>--verbose</code>).</p> <p>If <code>--verbose</code> is passed, display detailed version information.</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></dd> +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> <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 @@ -436,12 +440,16 @@ source. This is useful for creating patches for the software.</p></dd> <p>If <code>--merge</code> is specified then <code>git merge</code> is used to include updates (rather than <code>git rebase</code>).</p></dd> -<dt><code>upgrade</code> [<var>install-options</var>] [<code>--cleanup</code>] [<var>formulae</var>]</dt><dd><p>Upgrade outdated, unpinned brews.</p> +<dt><code>upgrade</code> [<var>install-options</var>] [<code>--cleanup</code>] [<code>--fetch-HEAD</code>] [<var>formulae</var>]</dt><dd><p>Upgrade outdated, unpinned brews.</p> <p>Options for the <code>install</code> command are also valid here.</p> <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 <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> <dt><code>uses</code> [<code>--installed</code>] [<code>--recursive</code>] [<code>--include-build</code>] [<code>--include-optional</code>] [<code>--skip-recommended</code>] [<code>--devel</code>|<code>--HEAD</code>] <var>formulae</var></dt><dd><p>Show the formulae that specify <var>formulae</var> as a dependency. When given |
