Skip to content

Commit

Permalink
Merge pull request #17903 from Homebrew/fix-dash-v
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab authored Jul 30, 2024
2 parents cae9660 + 0f71de0 commit 3ac3fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ac3fee

Please sign in to comment.