Cosmetic patch : "BuildTiles/Parallel/client.cxx"

Paul Surgeon <[email protected]> Mon, 31 Jan 2005 23:25:04 +0200
Newsgroups gmane.games.flightgear.terragear.devel
Message-ID <[email protected]>
I removed "--min-angle" from the usage output of client.cxx

It's a small cosmetic patch but it had me scratching my head for 30 minutes 
wondering why my command was not working according to the tutorial.

Paul

_______________________________________________
Terragear-devel mailing list
[email protected]
http://mail.flightgear.org/mailman/listinfo/terragear-devel
2f585eeea02e2c79d7b1d8c4963bae2d
patch_client.cxx (text/x-c++src, 626 B)
Index: src/BuildTiles/Parallel/client.cxx
===================================================================
RCS file: /var/cvs/TerraGear-0.0/TerraGear/src/BuildTiles/Parallel/client.cxx,v
retrieving revision 1.14
diff -u -r1.14 client.cxx
--- src/BuildTiles/Parallel/client.cxx	19 Aug 2003 02:36:10 -0000	1.14
+++ src/BuildTiles/Parallel/client.cxx	31 Jan 2005 21:19:31 -0000
@@ -226,7 +226,6 @@
   cout << "  --port=<number>" << endl;
   cout << "  --rude" << endl;
   cout << "  --cover=<landcover-raster>" << endl;
-  cout << "  --min-angle=<degrees> ]" << endl;
   cout << "<load directory...>" << endl;
   exit(-1);
 }