Update usage info
authorChristopher Costa <chcosta@microsoft.com>
Thu, 2 Feb 2017 04:28:22 +0000 (20:28 -0800)
committerChristopher Costa <chcosta@microsoft.com>
Thu, 2 Feb 2017 04:28:22 +0000 (20:28 -0800)
build.sh

index a6254be..e42d9ac 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -48,7 +48,7 @@ usage()
     echo "cmakeargs - user-settable additional arguments passed to CMake."
     echo "bindir - output directory (defaults to $__ProjectRoot/bin)"
     echo "buildstandalonegc - builds the GC in a standalone mode. Can't be used with \"cmakeargs\"."
-    echo "msbuildonunsupportedplatform"
+    echo "msbuildonunsupportedplatform - build managed binaries even if distro is not officially supported."
     exit 1
 }