Fix help text for --port, tweak arrangement of help items

This commit is contained in:
Joshua Granick
2018-04-20 21:01:12 -07:00
parent 8f53f44744
commit bd626b9472
2 changed files with 16 additions and 22 deletions

View File

@@ -760,7 +760,7 @@ class PlatformSetup {
public static function setupEmscripten ():Void {
LogHelper.println ("\x1b[1mIn order to build for WebAssembly or ASM.js, you must download");
LogHelper.println ("\x1b[1mIn order to build for WebAssembly or asm.js, you must download");
LogHelper.println ("and install the Emscripten SDK.");
LogHelper.println ("");