From c9f5e8ff47b01cba2a70c5aae6512172058223df Mon Sep 17 00:00:00 2001 From: Nozomi Miyamori Date: Fri, 22 Sep 2023 01:10:23 +0900 Subject: [PATCH] configure.sh: drop --steam-runtime help text This commit dropped the help text for --steam-runtime option. That option is no longer used since the commit bc63dbbf2a041b. Link: https://github.com/ValveSoftware/Proton/pull/7114 --- configure.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.sh b/configure.sh index ed0a7b28..84de4ee5 100755 --- a/configure.sh +++ b/configure.sh @@ -279,7 +279,7 @@ function parse_args() { } usage() { - "$1" "Usage: $0 { --no-proton-sdk | --proton-sdk-image= --steam-runtime= }" + "$1" "Usage: $0 { --no-proton-sdk | --proton-sdk-image= }" "$1" " Generate a Makefile for building Proton. May be run from another directory to create" "$1" " out-of-tree build directories (e.g. mkdir mybuild && cd mybuild && ../configure.sh)" "$1" "" @@ -307,7 +307,6 @@ usage() { "$1" " for build steps that must be run in an SDK" "$1" " environment. See README.md for instructions to" "$1" " create this image." - "$1" " --steam-runtime=soldier Name of the steam runtime release to build for (soldier, scout)." "$1" "" "$1" " --no-proton-sdk Do not automatically invoke any runtime SDK as part of the build." "$1" " Build steps may still be manually run in a runtime environment."