diff options
| author | Adam Vandenberg | 2010-06-16 09:44:29 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-16 09:44:29 -0700 |
| commit | 77ae1821b5498a419ac2307c8556118b96c69b28 (patch) | |
| tree | 1ff53512b0cdf19b6422d822e344da1d7f1c6f01 /Library | |
| parent | ecfc8a8c1192084dd0da07510257e30cede91462 (diff) | |
| download | brew-77ae1821b5498a419ac2307c8556118b96c69b28.tar.bz2 | |
Tweak usage for brew switch
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/examples/brew-switch.rb | 2 |
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 |
