aboutsummaryrefslogtreecommitdiffstats
path: root/Library/brew.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Library/brew.sh')
-rw-r--r--Library/brew.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/brew.sh b/Library/brew.sh
index 015ee17e5..944991e11 100644
--- a/Library/brew.sh
+++ b/Library/brew.sh
@@ -120,6 +120,7 @@ fi
HOMEBREW_COMMAND="$1"
shift
case "$HOMEBREW_COMMAND" in
+ '') HOMEBREW_COMMAND="help";;
ls) HOMEBREW_COMMAND="list";;
homepage) HOMEBREW_COMMAND="home";;
-S) HOMEBREW_COMMAND="search";;