aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/linkapps.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/linkapps.rb
parentb21f699ff2f1691c4f10422c640a9d392cf2d7a7 (diff)
downloadbrew-fa1fd70a37c4ab843cb3d61c4301e44828c7b5ec.tar.bz2
Add all the top level comments
Diffstat (limited to 'Library/Homebrew/cmd/linkapps.rb')
-rw-r--r--Library/Homebrew/cmd/linkapps.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/linkapps.rb b/Library/Homebrew/cmd/linkapps.rb
index d97564932..6659ce256 100644
--- a/Library/Homebrew/cmd/linkapps.rb
+++ b/Library/Homebrew/cmd/linkapps.rb
@@ -1,3 +1,12 @@
+#: * `linkapps` [`--local`] [<formulae>]:
+#: Find installed formulae that provide `.app`-style OS X apps and symlink them
+#: into `/Applications`, allowing for easier access.
+#:
+#: If no <formulae> are provided, all of them will have their apps symlinked.
+#:
+#: If provided, `--local` will symlink them into the user's `~/Applications`
+#: directory instead of the system directory.
+
require "keg"
require "formula"