From 40c45ee57ea875472ee463db854f2a8c81048d5c Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 2 Jan 2002 16:19:39 +0000 Subject: [PATCH] Added help text for the --aircraft=name option. --- src/Main/options.cxx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/Main/options.cxx b/src/Main/options.cxx index e1002c356..e5eedb048 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -1109,7 +1109,15 @@ fgUsage () cout << "\t--disable-anti-alias-hud: disable anti aliased hud" << endl; cout << "\t--enable-anti-alias-hud: enable anti aliased hud" << endl; cout << endl; - + + cout << "Aircraft:" <-set.xml file which" << endl; + cout << "\t\twill automatically pull in the correct flight dynamics model," << endl; + cout << "\t\taero specification, external 3d model, instrument panel, sounds," << endl; + cout << "\t\tetc." << endl; + + cout << endl; + cout << "Flight Model:" << endl; cout << "\t--fdm=abcd: selects the core flight model code." << endl; cout << "\t\tcan be one of jsb, larcsim, magic, null, external, balloon, or ada" -- 2.39.5