aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/outdated.rb
diff options
context:
space:
mode:
authorVlad Shablinsky2016-08-11 09:28:29 +0200
committerVlad Shablinsky2016-08-11 09:30:59 +0200
commit7fa9c0e9778d50f88ff7cf8ac18c7f198fd9c9fd (patch)
tree5d0dbb6d46ec0ee3f22fa79557929d4329049eac /Library/Homebrew/cmd/outdated.rb
parent06fe347de97975dc01e726f87bf07a56a6fb713e (diff)
downloadbrew-7fa9c0e9778d50f88ff7cf8ac18c7f198fd9c9fd.tar.bz2
Update --fetch-HEAD documentation
Diffstat (limited to 'Library/Homebrew/cmd/outdated.rb')
-rw-r--r--Library/Homebrew/cmd/outdated.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Homebrew/cmd/outdated.rb b/Library/Homebrew/cmd/outdated.rb
index b0092a862..e421b2481 100644
--- a/Library/Homebrew/cmd/outdated.rb
+++ b/Library/Homebrew/cmd/outdated.rb
@@ -12,9 +12,10 @@
#: If `--json=`<version> is passed, the output will be in JSON format. The only
#: valid version is `v1`.
#:
-#: If `--fetch-HEAD` 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 `--fetch-HEAD` 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.
require "formula"
require "keg"