From 6e14da1e1606189f5269272fd7164aebd56ef06d Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 10 Jan 2000 21:07:52 +0000 Subject: [PATCH] Corrected a comment. --- src/Main/options.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/options.cxx b/src/Main/options.cxx index 6cd82a8c7..6ec0724e2 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -547,7 +547,7 @@ fgOPTIONS::parse_fov( const string& arg ) { // device = OS device name of serial line to be open()'ed // 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) // port = port, leave empty to let system choose