Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2020-04-23 13:05:13 +0300
committerGitHub <noreply@github.com>2020-04-23 13:05:13 +0300
commit817ebcaeb617813f98650e78c14e76bbd8b733b0 (patch)
tree2f2e82e313913f7540811495579f27656b6b98e2 /eng/build.sh
parent33bedaf3bcc95d91dde5f09251a5972fbac5f05e (diff)
Rename the 'WebAssembly' OS to 'Browser' and the RID to 'brows… (#35323)
Diffstat (limited to 'eng/build.sh')
-rwxr-xr-xeng/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/build.sh b/eng/build.sh
index 5f297babbf8..911757dcefe 100755
--- a/eng/build.sh
+++ b/eng/build.sh
@@ -18,7 +18,7 @@ usage()
{
echo "Common settings:"
echo " --subset Build a subset, print available subsets with -subset help (short: -s)"
- echo " --os Build operating system: Windows_NT, Linux, FreeBSD, OSX, tvOS, iOS, Android or WebAssembly"
+ echo " --os Build operating system: Windows_NT, Linux, FreeBSD, OSX, tvOS, iOS, Android or Browser"
echo " --arch Build platform: x86, x64, arm, armel, arm64 or wasm"
echo " --configuration Build configuration: Debug, Release or [CoreCLR]Checked (short: -c)"
echo " --runtimeConfiguration Runtime build configuration: Debug, Release or [CoreCLR]Checked (short: -rc)"