Skip to content

Commit a9c4362

Browse files
committed
fix(rustup-init/sh): fix incorrect TLS warning with curl v8.10
1 parent a497b15 commit a9c4362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustup-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ check_help_for() {
706706
shift
707707

708708
local _category
709-
if "$_cmd" --help | grep -q 'For all options use the manual or "--help all".'; then
709+
if "$_cmd" --help | grep -q '"--help all"'; then
710710
_category="all"
711711
else
712712
_category=""

0 commit comments

Comments
 (0)