1
0
Fork 0

Corrected a comment.

This commit is contained in:
curt 2000-01-10 21:07:52 +00:00
parent 58e1bc7698
commit 6e14da1e16

View file

@ -547,7 +547,7 @@ fgOPTIONS::parse_fov( const string& arg ) {
// device = OS device name of serial line to be open()'ed // device = OS device name of serial line to be open()'ed
// baud = {300, 1200, 2400, ..., 230400} // baud = {300, 1200, 2400, ..., 230400}
// //
// Socket exacmple "--fgfs=socket,dir,hz,machine,port" where // Socket exacmple "--native=socket,dir,hz,machine,port" where
// //
// machine = machine name or ip address if client (leave empty if server) // machine = machine name or ip address if client (leave empty if server)
// port = port, leave empty to let system choose // port = port, leave empty to let system choose