From a9c4362a1b256ce56ef6a567b0ce46a474b8cd28 Mon Sep 17 00:00:00 2001 From: rami3l Date: Fri, 11 Oct 2024 16:39:31 +0800 Subject: [PATCH] fix(rustup-init/sh): fix incorrect TLS warning with curl v8.10 --- rustup-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustup-init.sh b/rustup-init.sh index 51d25d8b79..93d86ed2e3 100755 --- a/rustup-init.sh +++ b/rustup-init.sh @@ -706,7 +706,7 @@ check_help_for() { shift local _category - if "$_cmd" --help | grep -q 'For all options use the manual or "--help all".'; then + if "$_cmd" --help | grep -q '"--help all"'; then _category="all" else _category=""