Browse Source

minor [ci skip]

Andy Li 10 years ago
parent
commit
029e98bc3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/unit/src/RunSauceLabs.hx

+ 1 - 1
tests/unit/src/RunSauceLabs.hx

@@ -19,7 +19,7 @@ private typedef Promise = {
 	Usage: npm install wd q && node RunSauceLabs.js testFile.html [...testFile2.html] [options]
 	Options:
 		-serve-domain <domain>		Domain of the server that serves the test files. Default: localhost
-		-serve-port	<port>			Port number of the server that serves the test files. Default: 2000
+		-serve-port <port>			Port number of the server that serves the test files. Default: 2000
 		-connect-domain <domain>	Domain of the remote testing server. Default: localhost (using Sauce Connect)
 		-connect-port <port>		Port number of remote testing server. Default: 4445 (using Sauce Connect)
 		-browsers <browsers>		A list of browsers to test with in JSON format. Default: refer to source code