From ed98ee8a312cacad0850f36a406b753177e250b1 Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 20 Nov 1999 15:40:15 +0000 Subject: [PATCH] Tweaked a comment line. --- 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 d8f641028..756d1935a 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -548,7 +548,7 @@ fgOPTIONS::parse_fov( const string& arg ) { // // Socket exacmple "--fgfs=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 // // File example "--garmin=file,dir,hz,filename" where