aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2010-06-16 09:44:29 -0700
committerAdam Vandenberg2010-06-16 09:44:29 -0700
commit898511837ab329058de8b6d5f1127e4de6f44842 (patch)
tree580d0d6f0ef16e8a1731a97dd67817181ad0986d
parenta07e97618ddb2a23acdce3e6d6d3ff261f882118 (diff)
downloadhomebrew-898511837ab329058de8b6d5f1127e4de6f44842.tar.bz2
Tweak usage for brew switch
-rwxr-xr-xLibrary/Contributions/examples/brew-switch.rb2
1 files changed, 1 insertions, 1 deletions
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