aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMax Howell2009-06-18 09:51:45 +0100
committerMax Howell2009-06-18 10:31:23 +0100
commitcae8fb295caa4afc213ee8f0455f97ca52ea84d3 (patch)
tree90d5a300e86fb101683bb1c52d79a81d415e2014 /bin
parent57f7df1e3c63168031a6aa1ed202024bc06c8860 (diff)
downloadbrew-cae8fb295caa4afc213ee8f0455f97ca52ea84d3.tar.bz2
Display usage for unknown parameters etc. again
For some reason, this had disappeared.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/brew b/bin/brew
index b06be3c8a..099e6c466 100755
--- a/bin/brew
+++ b/bin/brew
@@ -306,6 +306,9 @@ begin
end
end
end
+
+ else
+ puts usage
end
rescue StandardError, Interrupt => e