From 77ae1821b5498a419ac2307c8556118b96c69b28 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 16 Jun 2010 09:44:29 -0700 Subject: [PATCH] Tweak usage for brew switch --- Library/Contributions/examples/brew-switch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Contributions/examples/brew-switch.rb b/Library/Contributions/examples/brew-switch.rb index e580feafad..bb5d3d47bd 100755 --- a/Library/Contributions/examples/brew-switch.rb +++ b/Library/Contributions/examples/brew-switch.rb @@ -2,7 +2,7 @@ require 'formula' require 'keg' if ARGV.named.length != 2 - onoe "Two parameters are expected, the formula name and version to link." + onoe "Usage: brew switch formula version" exit 1 end