From 10260917f8de4ac2ab4b27fb9523d0741d0eba04 Mon Sep 17 00:00:00 2001 From: Christian Schmitt Date: Sun, 9 Oct 2011 09:02:47 +0200 Subject: [PATCH] adapt the help output a bit --- src/Airports/GenAirports850/main.cxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/Airports/GenAirports850/main.cxx b/src/Airports/GenAirports850/main.cxx index ac170b7f..2a808f41 100644 --- a/src/Airports/GenAirports850/main.cxx +++ b/src/Airports/GenAirports850/main.cxx @@ -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";