aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/upgrade.rb
diff options
context:
space:
mode:
authorMax Nordlund2016-04-08 16:28:43 +0200
committerMartin Afanasjew2016-04-10 22:59:25 +0200
commitfa1fd70a37c4ab843cb3d61c4301e44828c7b5ec (patch)
treec96f4a8b24e229fe6624c6a3a5cb4e6d593a0c85 /Library/Homebrew/cmd/upgrade.rb
parentb21f699ff2f1691c4f10422c640a9d392cf2d7a7 (diff)
downloadbrew-fa1fd70a37c4ab843cb3d61c4301e44828c7b5ec.tar.bz2
Add all the top level comments
Diffstat (limited to 'Library/Homebrew/cmd/upgrade.rb')
-rw-r--r--Library/Homebrew/cmd/upgrade.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/upgrade.rb b/Library/Homebrew/cmd/upgrade.rb
index 62ef0bf81..2f8407feb 100644
--- a/Library/Homebrew/cmd/upgrade.rb
+++ b/Library/Homebrew/cmd/upgrade.rb
@@ -1,3 +1,13 @@
+#: * `upgrade` [<install-options>] [`--cleanup`] [<formulae>]:
+#: Upgrade outdated, unpinned brews.
+#:
+#: Options for the `install` command are also valid here.
+#:
+#: If `--cleanup` is specified then remove previously installed <formula> version(s).
+#:
+#: If <formulae> are given, upgrade only the specified brews (but do so even
+#: if they are pinned; see `pin`, `unpin`).
+
require "cmd/install"
require "cleanup"