Merge pull request #17903 from Homebrew/fix-dash-v

This commit is contained in:
Carlo Cabrera 2024-07-30 18:12:00 +08:00 committed by GitHub
commit 3ac3feed3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -166,7 +166,7 @@ case "$@" in
homebrew-list "$@" && exit 0
;;
# falls back to cmd/help.rb on a non-zero return
help | --help | -h | --usage | -? | "")
help | --help | -h | --usage | "-?" | "")
homebrew-help "$@" && exit 0
;;
esac