diff --git a/Library/Homebrew/brew.sh b/Library/Homebrew/brew.sh index 30ff52cf42..75e0aa8902 100644 --- a/Library/Homebrew/brew.sh +++ b/Library/Homebrew/brew.sh @@ -166,7 +166,7 @@ case "$@" in homebrew-list "$@" && exit 0 ;; # falls back to cmd/help.rb on a non-zero return - help | "") + help | --help | -h | --usage | -? | "") homebrew-help "$@" && exit 0 ;; esac