aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAdam Vandenberg2009-11-16 09:33:19 -0800
committerAdam Vandenberg2009-11-19 14:03:07 -0800
commitbe412369ae7433424b68384e22c478b43b373a56 (patch)
tree50902a99ae683027f2da9f2b359bf7d526b3ce04 /bin
parent34c213097ee2ef57d196b59efccbbb700375bc92 (diff)
downloadbrew-be412369ae7433424b68384e22c478b43b373a56.tar.bz2
Also allow 'brew help'.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index e6accf4ec..fadf01e43 100755
--- a/bin/brew
+++ b/bin/brew
@@ -15,7 +15,7 @@ case ARGV.first
when '--cache'
puts HOMEBREW_CACHE
exit 0
-when '-h', '--help', '--usage', '-?', nil
+when '-h', '--help', '--usage', '-?', 'help', nil
puts ARGV.usage
exit 0
when '--version'