Facilitator Options

Why does the facilitator list the option “-m server port (1-65535)”? At first I thought it might need to know what port the master server was running on, but this option doesn’t seem be supported. Using causes the application to complain about invalid arguments and i couldn’t find any reference to it being used in the source.

Is is just a usage screen typo?

/projects/UnityFacilitator$ ./facilitator -m 23488 -f 23489
Parsing error, unknown parameter


Accepted parameters are:
	-m	Master server port (1-65535)
	-f	Facilitator port (1-65535)
	-s	Statistics print delay (in seconds). [0]
	-c	Max connection count. [1000]
	-l	Send output to log file
	-e	Log level (0-9). Possible values are 0 (errors only), 1 (warnings), 2 (informational), 9 (debug output). [2]

Please help, I have the same problem

I didn’t get any definitive answer but I did get it to work. It seems like the help message is just wrong. The facilitator doesn’t take or need the “-m” option. You should only provide the “-f” option to decide what port to listen on.