1
0
Fork 0

adapt the help output a bit

This commit is contained in:
Christian Schmitt 2011-10-09 09:02:47 +02:00
parent 2e07528da3
commit 10260917f8

View file

@ -113,10 +113,11 @@ static void help( int argc, char **argv, const string_list& elev_src ) {
cout << "Airport, runway, and taxiway vector data and attributes are input, and generated 3D airports \n";
cout << "are output for further processing by the TerraGear scenery creation tools. \n";
cout << "\n\n";
cout << "The standard input file is runways.dat.gz which is found in $FG_ROOT/Airports. \n";
cout << "This file is periodically generated for the FlightGear project by Robin Peel, who \n";
cout << "maintains an airport database for both the X-Plane and FlightGear simulators. \n";
cout << "The format of this file is documented on the FlightGear web site. \n";
cout << "The standard input file is apt.dat.gz which is found in $FG_ROOT/Airports. \n";
cout << "This file is periodically generated by Robin Peel, who maintains \n";
cout << "the airport database for both the X-Plane and FlightGear simulators. \n";
cout << "The format of this file is documented at \n";
cout << "http://data.x-plane.com/designers.html#Formats \n";
cout << "Any other input file corresponding to this format may be used as input to genapts. \n";
cout << "Input files may be gzipped or left as plain text as required. \n";
cout << "\n\n";