--steam-runtime option is not used in cofigure.sh script, but the help message mentions that option.
./configure.sh --help
:: Steam Runtime
:: Proton builds that are to be installed & run under the steam client must be built with
:: the Steam Runtime SDK to ensure compatibility. See README.md for more information.
::
...
:: --steam-runtime=soldier Name of the steam runtime release to build for (soldier, scout).
...
--steam-runtimeoption is not used incofigure.shscript, but the help message mentions that option.Steps to reproduce
Issue the following command.
Actual Result
Expected Result
Should we delete the help text of that option?