From 898511837ab329058de8b6d5f1127e4de6f44842 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 16 Jun 2010 09:44:29 -0700 Subject: Tweak usage for brew switch --- Library/Contributions/examples/brew-switch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Contributions/examples/brew-switch.rb b/Library/Contributions/examples/brew-switch.rb index e580feafa..bb5d3d47b 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 -- cgit v1.2.3