aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/switch.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd/switch.rb')
-rw-r--r--Library/Homebrew/cmd/switch.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/switch.rb b/Library/Homebrew/cmd/switch.rb
index b4c3c43d9..a44514880 100644
--- a/Library/Homebrew/cmd/switch.rb
+++ b/Library/Homebrew/cmd/switch.rb
@@ -1,3 +1,6 @@
+#: * `switch` <name> <version>:
+#: Symlink all of the specific <version> of <name>'s install to Homebrew prefix.
+
require "formula"
require "keg"
require "cmd/link"